Files
haikuports/media-libs/jgmod/jgmod-0.99.bep
2010-05-16 04:39:06 +00:00

26 lines
511 B
Plaintext

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
}