Fixed a52dec bep file so that it makes a proper zip now.

This commit is contained in:
Scott McCreary
2010-09-21 16:34:05 +00:00
parent 5f4ac0b25c
commit ffec0c762f

View File

@@ -8,19 +8,14 @@ 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
aclocal
autoconf
automake
./configure --prefix=/boot/common
# automake
./configure --prefix=`finddir B_COMMON_DIRECTORY` --enable-shared
make
}
INSTALL {
cd a52dec-0.7.4
make install
make install DESTDIR=${DESTDIR}
}