mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
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:
27
media-libs/libmikmod/libmikmod-3.1.11.bep
Normal file
27
media-libs/libmikmod/libmikmod-3.1.11.bep
Normal 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
|
||||
}
|
||||
@@ -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
|
||||
4347
media-libs/libmikmod/patches/libmikmod-3.1.11.patch
Normal file
4347
media-libs/libmikmod/patches/libmikmod-3.1.11.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user