opt/pango/Pkgfile
2019-10-31 21:19:39 +01:00

17 lines
463 B
Plaintext

# Description: A library for layout and rendering of text
# URL: http://www.gtk.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: xorg-libsm, xorg-libxft, gobject-introspection, fribidi, harfbuzz
name=pango
version=1.44.7
release=1
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build () {
cd $name-$version
meson build --prefix=/usr
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
}