opt/pango/Pkgfile

21 lines
637 B
Plaintext
Raw Normal View History

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
2012-06-14 02:11:30 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2013-12-22 16:58:04 +01:00
# Depends on: harfbuzz, glib, xorg-libsm, xorg-libxext, xorg-libxft, gobject-introspection
name=pango
2016-09-21 19:14:44 +02:00
version=1.40.1
2014-02-05 19:43:55 +01:00
release=1
2015-09-21 19:10:53 +02:00
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \
2012-06-14 02:11:30 +02:00
pango.modules)
build () {
2012-06-14 02:11:30 +02:00
cd $name-$version
./configure --prefix=/usr
2012-06-14 02:11:30 +02:00
make
make DESTDIR=$PKG install
2016-09-21 19:14:44 +02:00
# no longer needed?
#install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules
2013-03-26 21:48:49 +01:00
rm -r $PKG/usr/share/gtk-doc
}