Files
haikuports/media-libs/smpeg/smpeg-0.4.5.bep
2010-10-30 21:56:59 +00:00

35 lines
952 B
Plaintext

DESCRIPTION="smpeg"
HOMEPAGE="http://www.icculus.org/smpeg"
SRC_URI="svn://svn.icculus.org/smpeg/trunk/"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd smpeg-0.4.5
rm -f acinclude.m4
rm -f aclocal.m4
echo "AC_CONFIG_MACRO_DIR([acinclude]) > configure.in"
cp /boot/common/share/aclocal/libtool.m4 acinclude
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
cp /boot/common/share/aclocal/ltversion.m4 acinclude
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
libtoolize --copy --force --install
aclocal -I acinclude
automake --foreign --add-missing
autoconf
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--libdir=$LIBDIR \
--mandir=$MANDIR
make
}
INSTALL {
cd smpeg-0.4.5
make install
}
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."