mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
pogger: new recipe (#6263)
* pogger: new recipe * update srcGitRev to latest state --------- Co-authored-by: Schrijvers Luc <begasus@gmail.com>
This commit is contained in:
50
haiku-apps/pogger/pogger-0.0.1~git.recipe
Normal file
50
haiku-apps/pogger/pogger-0.0.1~git.recipe
Normal file
@@ -0,0 +1,50 @@
|
||||
SUMMARY="Simple Atom/RSS feed aggregator"
|
||||
DESCRIPTION="Pogger is a simple mail service-esque feed aggregator that dumps \"
|
||||
new posts into a 'Feed' directory."
|
||||
HOMEPAGE="https://github.com/JadedCtrl/Pogger"
|
||||
COPYRIGHT="2020-2021 Jaidyn Levesque"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="eddbc45d987abe6524715a25ed56e09e8c349300"
|
||||
SOURCE_URI="https://github.com/JadedCtrl/Pogger/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="529079372b9e8363161682831bc350dacbd984d52399ec34b88168e55a93a580"
|
||||
SOURCE_DIR="Pogger-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
pogger$secondaryArchSuffix = $portVersion
|
||||
app:Pogger = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libtinyxml2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libtinyxml2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJ_DIR=objects $jobDir -f Makefile
|
||||
make OBJ_DIR=objects $jobDir -f Makefile-Daemon
|
||||
make OBJ_DIR=objects bindcatalogs
|
||||
make OBJ_DIR=objects -f Makefile-Daemon bindcatalogs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Pogger
|
||||
cp objects/Pogger objects/PoggerShadow $appsDir/Pogger/
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Pogger/Pogger
|
||||
}
|
||||
Reference in New Issue
Block a user