diff --git a/media-libs/harfbuzz/harfbuzz-0.9.29.recipe b/media-libs/harfbuzz/harfbuzz-0.9.29.recipe new file mode 100644 index 000000000..3614601c9 --- /dev/null +++ b/media-libs/harfbuzz/harfbuzz-0.9.29.recipe @@ -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"