Initial .bep for a52dc

This commit is contained in:
Scott McCreary
2009-11-12 07:13:17 +00:00
parent af7bb346dc
commit f219cfcdc9

View File

@@ -0,0 +1,25 @@
DESCRIPTION="a52dec - library for decoding ATSC A/52 streams used in DVD"
HOMEPAGE="http://liba52.sourceforge.net/"
SRC_URI="http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd a52dec-0.7.4
libtoolize --force --copy --install
cp /boot/common/share/aclocal/libtool.m4 autotools
cp /boot/common/share/aclocal/ltoptions.m4 autotools
cp /boot/common/share/aclocal/ltversion.m4 autotools
cp /boot/common/share/aclocal/ltsugar.m4 autotools
cp /boot/common/share/aclocal/lt~obsolete.m4 autotools
aclocal -I autotools
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd a52dec-0.7.4
make install
}