summaryrefslogtreecommitdiff
path: root/libnma/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-03-19 15:30:33 +0000
committerTim Biermann <tbier@posteo.de>2020-03-19 15:30:33 +0000
commit29e8b19277d7007440abb05975aadbc1720ba300 (patch)
treebbeb8dc928ccf3d8298d6b013b7204d7dfd39728 /libnma/Pkgfile
parent384590c530920d6129d53ec571a3ed1ca5b26d01 (diff)
downloadcontrib-29e8b19277d7007440abb05975aadbc1720ba300.tar.gz
contrib-29e8b19277d7007440abb05975aadbc1720ba300.tar.xz
initial commit, version 1.8.28
Diffstat (limited to 'libnma/Pkgfile')
-rw-r--r--libnma/Pkgfile21
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
+}

Generated by cgit