pango: new maintainer.

This commit is contained in:
Fredrik Rinnestam 2012-06-14 02:11:30 +02:00
parent 79f88c6086
commit 3ffe1ffa3d

View File

@ -1,19 +1,19 @@
# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: cairo, glib, xorg-libsm, xorg-libxext, xorg-libxft
name=pango
version=1.26.2
release=2
source=(http://download.gnome.org/sources/$name/1.26/$name-$version.tar.bz2 \
pango.modules)
pango.modules)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules
rm -r $PKG/usr/share
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
install -D -m 644 $SRC/pango.modules $PKG/usr/etc/pango/pango.modules
rm -r $PKG/usr/share
}