Initial add of speex .bep file

This commit is contained in:
Scott McCreary
2008-07-30 18:05:34 +00:00
parent b5baf89b32
commit 8c83a9e551

View File

@@ -0,0 +1,23 @@
DESCRIPTION="Speex"
HOMEPAGE="http://www.speex.org"
SRC_URI="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
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
aclocal
automake
autoconf
./configure --prefix=/boot/common
make
}
INSTALL {
make install
}