mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
22 lines
508 B
Plaintext
22 lines
508 B
Plaintext
DESCRIPTION="libmodplug is a lib for playing mod files"
|
|
HOMEPAGE="http://modplug-xmms.sourceforge.net"
|
|
SRC_URI="http://softlayer.dl.sourceforge.net/project/modplug-xmms/libmodplug/0.8.7/libmodplug-0.8.7.tar.gz"
|
|
CHECKSUM_MD5="d2d9ccd8da22412999caed076140f786"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd libmodplug-0.8.7
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
autoconf
|
|
automake
|
|
./configure --prefix=/boot/common --enable-static
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libmodplug-0.8.7
|
|
make install
|
|
}
|