Files
haikuports/haiku-apps/blogpositive/blogpositive-0.2.0.recipe
Augustin Cavalier 6299524859 Remove cmd:mkdepend from BUILD_PREREQUIRES of makefile_engine apps.
Not needed now that the makefile_engine package depends on
cmd:mkdepend directly.
2015-07-19 13:59:19 -04:00

51 lines
865 B
Bash

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 connect to Wordpress and LiveJournal blogs for now.
"
HOMEPAGE="http://blogpositive.puckipedia.com"
SOURCE_URI="git://github.com/puckipedia/BlogPositive.git#tags/v0.2.0"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2013 :Puck Meerburg"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
blogpositive = $portVersion
app:blogpositive = $portVersion
"
REQUIRES="
lib:libcurl
lib:libz
haiku
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:xres
"
BUILD_REQUIRES="
devel:libcurl
devel:libz
haiku_devel
"
USER_SETTINGS_FILES="
settings/BlogPositive directory
"
BUILD()
{
make
make bindcatalogs
}
INSTALL()
{
make install INSTALL_DIR=$appsDir
addAppDeskbarSymlink $appsDir/BlogPositive
}