opt/pango/Pkgfile

20 lines
504 B
Plaintext
Raw Normal View History

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
2006-09-08 17:14:13 +02:00
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft
name=pango
2007-04-16 19:03:18 +02:00
version=1.16.2
release=1
2007-03-26 17:09:51 +02:00
source=(ftp://ftp.gtk.org/pub/$name/1.16/$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
}