Files
haikuports/x11-libs/pango/pango-1.28.1.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

31 lines
728 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"