opt/pango/Pkgfile

20 lines
490 B
Plaintext

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: x11, freetype, fontconfig, cairo
name=pango
version=1.12.3
release=1
source=(ftp://ftp.gtk.org/pub/gtk/v2.10/$name-$version.tar.bz2 \
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
}