Initial .bep .OptionalPackageDescription and license files for dumb.

This commit is contained in:
Scott McCreary
2010-03-26 04:54:03 +00:00
parent 6601eb52ef
commit b1c397e37a
3 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION="dumb - Dynamic Universal Music Bibliotheque"
HOMEPAGE="http://dumb.sourceforge.net/"
SRC_URI="http://www.bedrivers.com/dumb-0.9.3.zip"
# dumb-0.9.3.zip was created by extracting dumb-0.9.3.tar.gz and dumb-0.9.3-autotools.tar.gz and then zipping up the combined directory.
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="allegro"
CHECKSUM_MD5="be3d9f2755b19aab805dccd4ae0bc04a"
BUILD {
cd dumb-0.9.3
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
cd dumb-0.9.3
make install
}