updated speex bep and patch files, added libao bep file.

This commit is contained in:
Scott McCreary
2010-09-04 06:59:30 +00:00
parent 2ed618146a
commit 05823c6988
5 changed files with 38 additions and 16 deletions

View File

@@ -6,14 +6,12 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd tiff-3.8.2
cp /boot/home/config/share/libtool/config.guess config.guess
cp /boot/home/config/share/libtool/config.sub config.sub
libtoolize --copy --force
cd speex-1.2rc1
libtoolize --copy --force --install
aclocal
automake
autoconf
./configure --prefix=/boot/common
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}