opt/pango/Pkgfile
2017-10-31 18:53:15 +01:00

23 lines
641 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: xorg-libsm, xorg-libxft, gobject-introspection
name=pango
version=1.40.13
release=2
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \
pango.modules pango-view.patch)
build () {
cd $name-$version
patch -p1 -i $SRC/pango-view.patch
./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/gtk-doc
}