opt/pango/Pkgfile

18 lines
507 B
Plaintext
Raw Normal View History

# Description: A library for layout and rendering of text
2021-03-12 18:39:23 +01:00
# URL: https://www.gtk.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2021-06-30 08:31:14 +02:00
# Depends on: fribidi gobject-introspection harfbuzz xorg-libsm xorg-libxft
name=pango
2021-06-30 08:31:14 +02:00
version=1.48.6
2017-11-17 20:37:20 +01:00
release=1
2019-08-01 20:26:48 +02:00
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build () {
2021-06-30 08:31:14 +02:00
meson build $name-$version \
--prefix=/usr \
--buildtype=plain
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}