mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
27 lines
583 B
Plaintext
27 lines
583 B
Plaintext
DESCRIPTION="libvpx - WebM VP8 Codec SDK"
|
|
HOMEPAGE="http://www.webmproject.org"
|
|
SRC_URI="http://webm.googlecode.com/files/libvpx-v1.0.0.tar.bz2"
|
|
CHECKSUM_MD5="d987b5140412edd37d2c6b10c29ad484"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd libvpx-v1.0.0
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
--enable-pic \
|
|
--enable-vp8
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libvpx-v1.0.0
|
|
make install
|
|
}
|
|
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="2009-2012 Google Inc.,
|
|
The Mozilla Foundation and
|
|
The Xiph.Org Foundation"
|