mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
24 lines
483 B
Plaintext
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
|
|
}
|