mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Add recipe for Harfbuzz.
This commit is contained in:
43
media-libs/harfbuzz/harfbuzz-0.9.29.recipe
Normal file
43
media-libs/harfbuzz/harfbuzz-0.9.29.recipe
Normal 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"
|
||||
Reference in New Issue
Block a user