opt/pango/Pkgfile

20 lines
516 B
Plaintext
Raw Normal View History

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
2006-09-08 15:14:13 +00:00
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft
name=pango
2008-01-17 14:03:25 -06:00
version=1.18.4
release=1
2007-10-24 15:40:29 -05:00
source=(http://download.gnome.org/sources/$name/1.18/$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
}