Update behappy bep file to pull source from osdrawer.net

This commit is contained in:
Scott McCreary
2011-06-02 20:09:44 +00:00
parent f3946f2ff4
commit fce780c1cd
2 changed files with 19 additions and 18 deletions

View File

@@ -1,18 +0,0 @@
DESCRIPTION="HTML documentation viewer"
HOMEPAGE="http://www.becoz.org/beos-en/behappy"
SRC_URI="http://www.becoz.org/beos-en/behappy/downloads/behappy-1-06-src.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="www-client/netsurf >= 2.6"
CHECKSUM_MD5="59204107390414a99668ea2f03acada3"
BUILD {
cd "behappy src"
make
}
INSTALL {
cd "behappy src"
}
#LICENSE=""
COPYRIGHT="2006 Sylvain Tertois"

View File

@@ -0,0 +1,19 @@
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"