mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Initial addition of .bep file for jgmod
This commit is contained in:
25
media-libs/jgmod/jgmod-0.99.bep
Normal file
25
media-libs/jgmod/jgmod-0.99.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user