mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 09:40:05 +02:00
28 lines
530 B
Plaintext
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=""
|