Initial addition of .bep file for jgmod

This commit is contained in:
Scott McCreary
2010-05-16 04:39:06 +00:00
parent 26a1a02789
commit 5143b1cb3a
4 changed files with 487 additions and 35 deletions

View File

@@ -0,0 +1,25 @@
DESCRIPTION="jgmod is a MOD music playing add-on library for Allegro"
HOMEPAGE="http://guan.is-a-geek.com/jgmod/jgmod.html"
COPYRIGHT="1997-2002 Guan Foo Wah"
LICENSE="JGMOD"
SRC_URI="http://guan.is-a-geek.com/jgmod/jgmod.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="allegro >= 4.4"
CHECKSUM_MD5="ecc08a8200df6a6f6073635bb092c03b"
BUILD {
cd jgmod
chmod 777 ./fixbe.sh
./fixbe.sh
cd src
make
}
INSTALL {
cd jgmod/src
make install \
CPLIBDEST=/boot/common/lib \
CPINCDEST=/boot/common/include
}