22 lines
725 B
Bash
22 lines
725 B
Bash
# Template file for 'mobile-broadband-provider-info'
|
|
pkgname=mobile-broadband-provider-info
|
|
version=20220511
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libxslt"
|
|
checkdepends="libxml2"
|
|
short_desc="Database of mobile broadband service providers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="custom:Creative Commons Public Domain"
|
|
homepage="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/"
|
|
distfiles="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/archive/${version}/mobile-broadband-provider-info-${version}.tar.bz2"
|
|
checksum=1ccbf314cac06048fd8c57ffad28c4e4273cc096e4eb8fca9beb38280428450f
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|