mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Initial .bep file for libogg-1.1.4
This commit is contained in:
20
media-libs/libogg/libogg-1.1.4.bep
Normal file
20
media-libs/libogg/libogg-1.1.4.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user