compat-32/pango-32/Pkgfile
2022-05-05 01:23:50 +10:00

26 lines
669 B
Plaintext

# Description: A library for layout and rendering of text
# URL: https://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.50.7
release=1
source=(https://download.gnome.org/sources/pango/${version:0:4}/${name%-*}-$version.tar.xz)
build() {
meson build ${name%-*}-$version \
--prefix=/usr \
--libdir=/usr/lib32 \
--buildtype=plain \
-D introspection=disabled
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/{bin,include}
# help2man no option in meson options to disable
rm -rf $PKG/usr/share
}