mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Initial .bep file for speex1-2 via git
This commit is contained in:
20
media-libs/speex/speex-1.2.bep
Normal file
20
media-libs/speex/speex-1.2.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="Speex"
|
||||
HOMEPAGE="http://www.speex.org"
|
||||
SRC_URI="git+http://git.xiph.org/speex.git"
|
||||
#CHECKSUM_MD5="c4438b22c08e5811ff10e2b06ee9b9ae"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="libogg >= 1.2.0"
|
||||
BUILD {
|
||||
cd speex-1.2
|
||||
libtoolize --copy --force --install
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
|
||||
autogen.sh --prefix=/boot/common
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd speex-1.2
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user