mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Cleaned up the directories for smpeg.
This commit is contained in:
@@ -9,11 +9,11 @@ BUILD {
|
||||
rm -f acinclude.m4
|
||||
rm -f aclocal.m4
|
||||
echo "AC_CONFIG_MACRO_DIR([acinclude]) > configure.in"
|
||||
cp /boot/common/share/aclocal/libtool.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltversion.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
|
||||
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
|
||||
cp `aclocal --print-ac-dir`/libtool.m4 acinclude
|
||||
cp `aclocal --print-ac-dir`/ltoptions.m4 acinclude
|
||||
cp `aclocal --print-ac-dir`/ltversion.m4 acinclude
|
||||
cp `aclocal --print-ac-dir`/ltsugar.m4 acinclude
|
||||
cp `aclocal --print-ac-dir`/lt~obsolete.m4 acinclude
|
||||
libtoolize --copy --force --install
|
||||
aclocal -I acinclude
|
||||
automake --foreign --add-missing
|
||||
@@ -22,7 +22,8 @@ BUILD {
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
--mandir=$MANDIR \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
@@ -30,5 +31,6 @@ INSTALL {
|
||||
cd smpeg-0.4.5
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
|
||||
|
||||
Reference in New Issue
Block a user