Files
haikuports/media-libs/libmpeg2/libmpeg2-0.5.1.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

28 lines
530 B
Plaintext

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=""