compat-32/pango-32/Pkgfile

24 lines
530 B
Plaintext
Raw Normal View History

# 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
2016-09-23 12:41:39 +02:00
# Depends on: harfbuzz-32 xorg-libsm-32 xorg-libxft-32 pango
name=pango-32
2017-08-20 14:10:01 +02:00
version=1.40.11
release=1
2017-04-12 10:26:34 +02:00
source=(https://download.gnome.org/sources/pango/${version:0:4}/${name%-*}-$version.tar.xz)
build() {
2017-04-12 10:26:34 +02:00
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--program-suffix=-32
make
make DESTDIR=$PKG install
2015-11-18 15:15:07 +01:00
rm -r $PKG/usr/{include,share}
}