Files
haikuports/media-libs/speex/speex-1.2rc1.bep
2008-07-30 18:05:34 +00:00

24 lines
483 B
Plaintext

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
}