Initial .bep file for libogg-1.1.4

This commit is contained in:
Scott McCreary
2009-10-18 21:01:07 +00:00
parent 90a8f172b1
commit d6120e08df

View File

@@ -0,0 +1,20 @@
DESCRIPTION="libogg"
HOMEPAGE="http://www.xiph.org"
SRC_URI="http://downloads.xiph.org/releases/ogg/libogg-1.1.4.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libogg-1.1.4
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd libogg-1.1.4
make install
}