behappy: Add updated recipe

This commit is contained in:
François Revol
2013-12-10 03:51:06 +01:00
parent 6d9234da80
commit 80907f6ad6

View File

@@ -0,0 +1,44 @@
SUMMARY="HTML documentation viewer"
DESCRIPTION="HTML documentation viewer"
HOMEPAGE="http://www.becoz.org/beos-en/behappy"
SRC_URI="git+https://github.com/HaikuArchives/BeHappy.git"
REVISION="1"
#CHECKSUM_MD5=""
LICENSE="MIT"
COPYRIGHT="2006 Sylvain Tertois
2008-2009 François Revol"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PROVIDES="
behappy = $portVersion
app:behappy = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
# app:netsurf >= 2.6
"
BUILD_REQUIRES="
haiku_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
cmd:mkdepend
cmd:ld
"
BUILD()
{
cd trunk
make BUILDHOME=/system/develop
}
INSTALL()
{
cd trunk
make install BUILDHOME=/system/develop
}