compat-32/pango-32/Pkgfile
2016-09-23 20:41:39 +10:00

24 lines
518 B
Plaintext

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: harfbuzz-32 xorg-libsm-32 xorg-libxft-32 pango
name=pango-32
version=1.40.3
release=1
source=(http://download.gnome.org/sources/pango/${version:0:4}/pango-$version.tar.xz)
build() {
cd pango-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--program-suffix=-32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{include,share}
}