Files
haikuports/x11-libs/pango/pango-1.28.1.recipe
2014-01-02 16:40:58 -05:00

34 lines
731 B
Plaintext

DESCRIPTION="
Pango is a library for laying out and rendering of text, with an emphasis on \
internationalization.
"
HOMEPAGE="http://www.pango.org/"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.1.tar.gz"
CHECKSUM_MD5="8c0418a1400df7c4d08db5dbd3287d53"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="pkgconfig >= 0.23
dev-libs/glib >= 2.24.1
dev-libs/libxslt >= 1.1.26
dev-util/gtk-doc >= 1.15
gnome-base/gnome-common >= 2.28
media-libs/fontconfig >= 2.8.0
x11-libs/cairo >= 1.8.10"
BUILD()
{
cd pango-1.28.1
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd pango-1.28.1
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2002-2010 Owen Taylor"