opt/pango/Pkgfile
Fredrik Rinnestam 82f637c728 Revert "pango: updated to 1.40.1"
This reverts commit 065130260f8e9a8eac41759a623a325b4c7d95e4.
2016-09-21 19:15:55 +02:00

20 lines
615 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, gobject-introspection
name=pango
version=1.40.3
release=1
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \
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/gtk-doc
}