mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
26
media-libs/libvpx/libvpx-1.0.0.recipe
Normal file
26
media-libs/libvpx/libvpx-1.0.0.recipe
Normal file
@@ -0,0 +1,26 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user