Files
haikuports/media-libs/libogg/libogg-1.1.4.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

26 lines
481 B
Plaintext

DESCRIPTION="libogg"
HOMEPAGE="http://www.xiph.org"
SRC_URI="http://downloads.xiph.org/releases/ogg/libogg-1.1.4.tar.gz"
CHECKSUM_MD5="10200ec22543841d9d1c23e0aed4e5e9"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd libogg-1.1.4
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libogg-1.1.4
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="1994-2010 Xiph.Org Foundation"