mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
26 lines
511 B
Plaintext
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
|
|
}
|