contrib/glibmm/Pkgfile
2020-11-23 23:55:06 +11:00

19 lines
461 B
Plaintext

# Description: C++ interface for the popular glib library.
# URL: https://www.gtkmm.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtk libsigc++2
name=glibmm
version=2.64.4
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain
meson compile -C build -j ${JOBS-1}
DESTDIR=$PKG meson install -C build
}