opt/pango/Pkgfile

20 lines
539 B
Plaintext
Raw Normal View History

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
2008-01-30 20:54:58 +01:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft
name=pango
2009-12-20 21:17:06 +01:00
version=1.26.2
release=2
2009-09-25 00:37:11 +02:00
source=(http://download.gnome.org/sources/$name/1.26/$name-$version.tar.bz2 \
pango.modules)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules
rm -r $PKG/usr/share
}