opt/pango/Pkgfile
2013-11-11 21:39:56 +01:00

20 lines
600 B
Plaintext

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: harfbuzz, glib, xorg-libsm, xorg-libxext, xorg-libxft
name=pango
version=1.36.1
release=1
source=(http://download.gnome.org/sources/$name/1.36/$name-$version.tar.xz \
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/gtk-doc
}