Add recipe for Harfbuzz.

This commit is contained in:
Adrien Destugues
2014-07-04 21:12:05 +02:00
parent e30f3722eb
commit aa4d382cf4

View File

@@ -0,0 +1,43 @@
SUMMARY="HarfBuzz is an OpenType text shaping engine."
DESCRIPTION="
HarfBuzz is an OpenType text shaping engine. It is used to layout complex text
such as the Indic and Arabic alphabets.
"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
SRC_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
CHECKSUM_SHA256="601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390"
REVISION="1"
ARCHITECTURES="x86_gcc2"
PROVIDES="
harfbuzz = $portVersion
"
BUILD_REQUIRES="
devel:libfreetype
devel:libglib_2.0
devel:cairo
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:automake
cmd:gcc
cmd:gtkdocize
cmd:libtool
cmd:make
cmd:pkg_config
"
BUILD()
{
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2010 Damon Chaplin and Owen Taylor"