2006-02-23 17:10:28 +00:00
|
|
|
# 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
|
2017-10-31 17:26:49 +01:59
|
|
|
# Depends on: xorg-libsm, xorg-libxft, gobject-introspection
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
name=pango
|
2017-10-28 22:50:29 +02:00
|
|
|
version=1.40.13
|
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)
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
build () {
|
2012-06-14 02:11:30 +02:00
|
|
|
cd $name-$version
|
2015-07-26 01:02:50 +02:00
|
|
|
./configure --prefix=/usr
|
2012-06-14 02:11:30 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2016-09-21 19:15:25 +02:00
|
|
|
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
|
2006-02-23 17:10:28 +00:00
|
|
|
}
|