Initial .bep, and .OptionalPackageDescription files for libmikmod and a patch that was derived from the patch included in sdl-mixer-1.2.9 tarball, with the config.guess and config.sub parts removed.

This commit is contained in:
Scott McCreary
2009-10-28 23:31:13 +00:00
parent 49384cb1e9
commit b94f91ec7e
3 changed files with 4379 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
DESCRIPTION="libmikmod is a lib for playing mod files"
HOMEPAGE="http://mikmod.raphnet.net"
SRC_URI="http://mikmod.raphnet.net/files/libmikmod-3.1.11.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libmikmod-3.1.11
rm aclocal.m4
echo "AC_CONFIG_MACRO_DIR([m4])" >> configure.in
libtoolize --force --copy --install
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
aclocal -I m4
autoconf
automake --add-missing
./configure --prefix=/boot/common
make
}
INSTALL {
cd libmikmod-3.1.11
make install
}

View File

@@ -0,0 +1,5 @@
Package: libmikmod
Version: 3.1.11
Copyright: 2003-2004 Jean-Paul Mikkers
License: GNU LGPL v2.1
URL: http://mikmod.raphnet.net

File diff suppressed because it is too large Load Diff