compat-32/pango-32/Pkgfile

23 lines
597 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
2019-08-27 13:48:19 +02:00
# Depends on: fribidi-32 harfbuzz-32 pango xorg-libsm-32 xorg-libxft-32
name=pango-32
2019-09-14 04:52:03 +02:00
version=1.44.6
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
2019-08-04 09:23:23 +02:00
meson build --prefix=/usr --libdir=/usr/lib32 -D introspection=false
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
2019-08-04 09:23:23 +02:00
rm -r $PKG/usr/{bin,include}
2019-08-05 04:47:59 +02:00
# help2man
rm -rf $PKG/usr/share
}