* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View 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"