mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
24 lines
510 B
Plaintext
24 lines
510 B
Plaintext
DESCRIPTION="libvpx - WebM VP8 Codec SDK"
|
|
HOMEPAGE="http://www.webmproject.org"
|
|
SRC_URI="git+git://review.webmproject.org/libvpx.git"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd libvpx-0.9.2-git
|
|
./configure --prefix=/boot/common \
|
|
--enable-pic \
|
|
--enable-vp8
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libvpx-0.9.2-git
|
|
make install
|
|
}
|
|
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="2009-2010 Google Inc.,
|
|
The Mozilla Foundation and
|
|
The Xiph.Org Foundation"
|