contrib/libnma/Pkgfile

21 lines
550 B
Plaintext
Raw Normal View History

2020-03-19 16:30:33 +01:00
# 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
2020-06-23 17:52:28 +02:00
version=1.8.30
release=1
2020-06-20 19:13:04 +02:00
source=(https://gitlab.gnome.org/GNOME/libnma/-/archive/$version/libnma-$version.tar.bz2)
2020-03-19 16:30:33 +01:00
build() {
2020-06-20 19:13:04 +02:00
meson $name-$version build \
2020-03-19 16:30:33 +01:00
--prefix=/usr \
-Dmobile_broadband_provider_info=false \
-Dgtk_doc=false \
2020-06-20 19:13:04 +02:00
-Dvapi=false
2020-03-19 16:30:33 +01:00
ninja -C build
DESTDIR=$PKG meson install -C build
2020-06-20 19:13:04 +02:00
rm -r $PKG/usr/share/locale/
2020-03-19 16:30:33 +01:00
}