* 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,24 @@
DESCRIPTION="library for encoding and decoding WebP image files"
HOMEPAGE="http://code.google.com/p/webp"
SRC_URI="http://webp.googlecode.com/files/libwebp-0.1.3.tar.gz"
CHECKSUM_MD5="254d4670e14e9ed881f0536b006ab336"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd libwebp-0.1.3
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL()
{
cd libwebp-0.1.3
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="2011 Google Inc."