mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fixed a52dec bep file so that it makes a proper zip now.
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user