* 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="Library for SSA/ASS subtitles rendering"
HOMEPAGE="http://code.google.com/p/libass/"
SRC_URI="http://libass.googlecode.com/files/libass-0.9.11.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
CHECKSUM_MD5="f9042884397002ba40aa89dc7d34f59f"
DEPEND="pkgconfig >= 0.23
freetype >= 2.0"
BUILD()
{
cd libass-0.9.11
configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libass-0.9.11
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="2006 Evgeniy Stepanov
2009 Grigori Goronzy"