Files
haikuports/haiku-apps/behappy/behappy-16.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

22 lines
374 B
Plaintext

DESCRIPTION="HTML documentation viewer"
HOMEPAGE="http://www.becoz.org/beos-en/behappy"
SRC_URI="svn+http://svn.osdrawer.net/behappy/trunk#16"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="www-client/netsurf >= 2.6"
#CHECKSUM_MD5=""
BUILD()
{
cd "behappy-16"
make
}
INSTALL()
{
cd "behappy-16"
}
LICENSE="MIT"
COPYRIGHT="2006 Sylvain Tertois
2008-2009 François Revol"