summaryrefslogtreecommitdiff
path: root/user/mobile-broadband-provider-info/APKBUILD
blob: 1007e35c8ac59f0a8de6303666a084d95eabb3b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=mobile-broadband-provider-info
pkgver=20220511
pkgrel=0
pkgdesc="Mobile broadband service provider database"
url="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders"
arch="noarch"
options="!check"  # 'Not validated yet', per the test suite.
license="CC0-1.0"
depends=""
makedepends="libxslt"
subpackages=""
source="https://download.gnome.org/sources/mobile-broadband-provider-info/$pkgver/mobile-broadband-provider-info-$pkgver.tar.xz"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="7b3a9c0a2e618ef3ef0e29b947ab9f0a55f30bd738f0e976529e8f3ddbb60a738f623e718ea67fa6e6008275dbbe78ce3ed9852c005748a266f04e3dd65179a6  mobile-broadband-provider-info-20220511.tar.xz"