Initial .bep for libass, from GCI student smenon.

This commit is contained in:
Scott McCreary
2012-12-05 07:52:21 +00:00
parent 595c89eca4
commit f23362f045

View File

@@ -0,0 +1,24 @@
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"