mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
44 lines
862 B
Plaintext
44 lines
862 B
Plaintext
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"
|