diff options
author | Tim Biermann <tbier@posteo.de> | 2020-03-19 15:30:33 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-03-19 15:30:33 +0000 |
commit | 29e8b19277d7007440abb05975aadbc1720ba300 (patch) | |
tree | bbeb8dc928ccf3d8298d6b013b7204d7dfd39728 /libnma/Pkgfile | |
parent | 384590c530920d6129d53ec571a3ed1ca5b26d01 (diff) | |
download | contrib-29e8b19277d7007440abb05975aadbc1720ba300.tar.gz contrib-29e8b19277d7007440abb05975aadbc1720ba300.tar.xz |
initial commit, version 1.8.28
Diffstat (limited to 'libnma/Pkgfile')
-rw-r--r-- | libnma/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libnma/Pkgfile b/libnma/Pkgfile new file mode 100644 index 000000000..92536cc82 --- /dev/null +++ b/libnma/Pkgfile @@ -0,0 +1,21 @@ +# Description: Networkmanager GUI client library +# URL: https://gitlab.gnome.org/GNOME/libnma +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: gcr networkmanager iso-codes + +name=libnma +version=1.8.28 +release=1 +source=(https://gitlab.gnome.org/GNOME/libnma/-/archive/1.8.28/libnma-1.8.28.tar.bz2) + +build() { + cd $name-$version + meson \ + --prefix=/usr \ + -Dmobile_broadband_provider_info=false \ + -Dgtk_doc=false \ + -Dvapi=false \ + . build + ninja -C build + DESTDIR=$PKG meson install -C build +} |