summaryrefslogtreecommitdiff
path: root/pango/Pkgfile
blob: 4fbf20efe86252a10bce777484a60a72a658d222 (plain)
    1 # Description: A library for layout and rendering of text
    2 # URL: http://www.gtk.org/
    3 # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
    4 # Depends on: harfbuzz, glib, xorg-libsm, xorg-libxext, xorg-libxft, gobject-introspection
    5 
    6 name=pango
    7 version=1.36.7
    8 release=2
    9 source=(http://download.gnome.org/sources/$name/1.36/$name-$version.tar.xz \
   10         pango.modules)
   11 
   12 build () {
   13         cd $name-$version
   14         ./configure --prefix=/usr
   15         make
   16         make DESTDIR=$PKG install
   17         install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules
   18         rm -r $PKG/usr/share/gtk-doc
   19 }

Generated by cgit