compat-32/pango-32/Pkgfile
2019-11-02 15:24:56 +11:00

23 lines
597 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: fribidi-32 harfbuzz-32 pango xorg-libsm-32 xorg-libxft-32
name=pango-32
version=1.44.7
release=1
source=(https://download.gnome.org/sources/pango/${version:0:4}/${name%-*}-$version.tar.xz)
build() {
cd ${name%-*}-$version
meson build --prefix=/usr --libdir=/usr/lib32 -D introspection=false
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/{bin,include}
# help2man
rm -rf $PKG/usr/share
}