contrib/glibmm/Pkgfile

19 lines
461 B
Plaintext
Raw Normal View History

2007-05-13 12:37:12 +02:00
# Description: C++ interface for the popular glib library.
2017-02-11 02:29:00 +01:00
# URL: https://www.gtkmm.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtk libsigc++2
2007-05-13 12:37:12 +02:00
name=glibmm
2021-01-09 08:03:51 +01:00
version=2.64.5
2007-05-13 12:37:12 +02:00
release=1
2017-02-11 02:29:00 +01:00
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
2007-05-13 12:37:12 +02:00
build() {
2020-11-23 13:55:06 +01:00
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain
2007-05-13 12:37:12 +02:00
2020-11-23 13:55:06 +01:00
meson compile -C build -j ${JOBS-1}
DESTDIR=$PKG meson install -C build
2007-05-13 12:37:12 +02:00
}