mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Initial libtheora .bep file. Remove old Xiph license links, replaced with BSD (3-clause)
This commit is contained in:
23
media-libs/libtheora/libtheora-1.1.1.bep
Normal file
23
media-libs/libtheora/libtheora-1.1.1.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="Theora is a free and open video compression format from the Xiph.org Foundation."
|
||||
HOMEPAGE="http://www.theora.org/"
|
||||
SRC_URI="http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="292ab65cedd5021d6b7ddd117e07cd8e"
|
||||
BUILD {
|
||||
cd libtheora-1.1.1
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
autoconf
|
||||
./configure --prefix=/boot/common --disable-asm
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libtheora-1.1.1
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2002-2009 Xiph.Org Foundation"
|
||||
Reference in New Issue
Block a user