mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Add BlogPositive recipe
This commit is contained in:
52
haiku-apps/blogpositive/blogpositive-0.1.0.recipe
Normal file
52
haiku-apps/blogpositive/blogpositive-0.1.0.recipe
Normal file
@@ -0,0 +1,52 @@
|
||||
SUMMARY="The one blog app to rule them all!"
|
||||
DESCRIPTION="
|
||||
Want to blog, but WebPositive isn't quick enough
|
||||
Now you can use the new blog app: BlogPositive
|
||||
It can only connect to your Wordpress blogs for now
|
||||
"
|
||||
HOMEPAGE="http://blogpositive.puckipedia.com"
|
||||
SRC_URI="git://github.com/puckipedia/BlogPositive.git#tags/v0.1.0"
|
||||
REVISION="1"
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013 :Puck Meerburg"
|
||||
|
||||
ARCHITECTURES="!x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
blogpositive = $portVersion
|
||||
app:blogpositive = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
lib:libcurl
|
||||
lib:libz
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:g++
|
||||
cmd:xres
|
||||
cmd:mkdepend
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:libcurl
|
||||
devel:libz
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/BlogPositive directory
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
make bindcatalogs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install INSTALL_DIR=$appsDir
|
||||
addAppDeskbarSymlink $appsDir/BlogPositive
|
||||
}
|
||||
Reference in New Issue
Block a user