mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial add of speex .bep file
This commit is contained in:
23
media-libs/speex/speex-1.2rc1.bep
Normal file
23
media-libs/speex/speex-1.2rc1.bep
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user