Initial .bep file for speex1-2 via git

This commit is contained in:
Scott McCreary
2010-05-12 07:37:36 +00:00
parent dad19e60eb
commit 5c57b9bd4c

View 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
}