From b5003e601695f1e1290cafb9795a65be7a531680 Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Sun, 22 Dec 2013 16:00:19 +0000 Subject: [PATCH] Add BlogPositive v0.2.0 recipe --- .../blogpositive/blogpositive-0.1.0.recipe | 4 +- .../blogpositive/blogpositive-0.2.0.recipe | 52 +++++++++++++++++++ 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 haiku-apps/blogpositive/blogpositive-0.2.0.recipe diff --git a/haiku-apps/blogpositive/blogpositive-0.1.0.recipe b/haiku-apps/blogpositive/blogpositive-0.1.0.recipe index e5a35c0d8..d923b261d 100644 --- a/haiku-apps/blogpositive/blogpositive-0.1.0.recipe +++ b/haiku-apps/blogpositive/blogpositive-0.1.0.recipe @@ -6,12 +6,12 @@ DESCRIPTION=" " HOMEPAGE="http://blogpositive.puckipedia.com" SRC_URI="git://github.com/puckipedia/BlogPositive.git#tags/v0.1.0" -REVISION="1" +REVISION="2" LICENSE="MIT" COPYRIGHT="2013 :Puck Meerburg" -ARCHITECTURES="x86 x86_gcc2 ?x86_64" +ARCHITECTURES="x86 x86_gcc2 x86_64" PROVIDES=" blogpositive = $portVersion diff --git a/haiku-apps/blogpositive/blogpositive-0.2.0.recipe b/haiku-apps/blogpositive/blogpositive-0.2.0.recipe new file mode 100644 index 000000000..27407e6ca --- /dev/null +++ b/haiku-apps/blogpositive/blogpositive-0.2.0.recipe @@ -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 connect to Wordpress and LiveJournal blogs for now. + " +HOMEPAGE="http://blogpositive.puckipedia.com" +SRC_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 >= $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 +}