mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
21 lines
346 B
Plaintext
21 lines
346 B
Plaintext
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
|
|
}
|