2006-02-23 17:10:28 +00:00
|
|
|
# Description: A library for layout and rendering of text
|
|
|
|
# URL: http://www.gtk.org/
|
|
|
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
|
|
|
# Depends on: x11, freetype, fontconfig, cairo
|
|
|
|
|
|
|
|
name=pango
|
2006-02-23 18:43:34 +00:00
|
|
|
version=1.10.3
|
2006-02-23 17:10:28 +00:00
|
|
|
release=1
|
|
|
|
source=(ftp://ftp.gtk.org/pub/gtk/v2.8/$name-$version.tar.bz2 \
|
|
|
|
pango.modules)
|
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules
|
|
|
|
rm -r $PKG/usr/share
|
|
|
|
}
|