Initial .bep file for libmpeg2

This commit is contained in:
Scott McCreary
2010-09-24 18:27:57 +00:00
parent 9ad10af803
commit 12999d8735

View File

@@ -0,0 +1,25 @@
DESCRIPTION="library for decoding mpeg-2 and mpeg-1 video"
HOMEPAGE="http://www.libmpeg2.sourceforge.net"
SRC_URI="http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="0f92c7454e58379b4a5a378485bbd8ef"
BUILD {
cd libmpeg2-0.5.1
rm aclocal.m4
libtoolize --force --copy --install
aclocal -I m4
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd libmpeg2-0.5.1
make install
}
LICENSE="GNU GPL v2"
#COPYRIGHT=""