# Contributor: Francesco Colista # Maintainer: Natanael Copa pkgname=mobile-broadband-provider-info pkgver=20190116 pkgrel=0 pkgdesc="Mobile broadband settings for various service providers" url="https://git.gnome.org/browse/mobile-broadband-provider-info/" arch="noarch" license="custom" makedepends="autoconf automake libxml2-utils" subpackages="$pkgname-doc" source="https://download.gnome.org/sources/mobile-broadband-provider-info/$pkgver/mobile-broadband-provider-info-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" ./configure --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } sha512sums="82cbf2c4523bc941d7cbfb1f552057d8259fcccbf95d02a6d43d315136050928ae5a8cf85f9900196214b803bb087446e28254d148af6b004225518f07aa9d23 mobile-broadband-provider-info-20190116.tar.xz"