2006-02-23 17:10:28 +00:00
|
|
|
# Description: A library for layout and rendering of text
|
|
|
|
# URL: http://www.gtk.org/
|
2008-01-30 20:54:58 +01:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2007-03-01 08:35:10 -06:00
|
|
|
# Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
name=pango
|
2008-12-16 17:40:57 +01:00
|
|
|
version=1.22.4
|
2006-02-23 17:10:28 +00:00
|
|
|
release=1
|
2008-10-31 17:48:05 +01:00
|
|
|
source=(http://download.gnome.org/sources/$name/1.22/$name-$version.tar.bz2 \
|
2006-02-23 17:10:28 +00:00
|
|
|
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
|
|
|
|
}
|