contrib/glibmm/Pkgfile
2021-01-09 18:03:51 +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.5
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
}