mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
DESCRIPTION="libogg"
|
|
HOMEPAGE="http://www.xiph.org"
|
|
SRC_URI="http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz"
|
|
CHECKSUM_MD5="c95b73759acfc30712beef6ce4e88efa"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd libogg-1.2.0
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libogg-1.2.0
|
|
make install
|
|
}
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="1994-2010 Xiph.Org Foundation"
|