mobile-broadband-provider-info: initial commit, version 20230416

This commit is contained in:
Tim Biermann 2024-03-14 23:14:27 +01:00
parent a206a4b742
commit 348291c288
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,8 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/mobile-broadband-provider-info/
-rw-r--r-- root/root usr/share/mobile-broadband-provider-info/apns-conf.xml
-rw-r--r-- root/root usr/share/mobile-broadband-provider-info/serviceproviders.2.dtd
-rw-r--r-- root/root usr/share/mobile-broadband-provider-info/serviceproviders.xml
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/mobile-broadband-provider-info.pc

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3woUKbtWuaL7AiyV7Ha0SIVK+r/VyWN8bSTzVQ4wlIeRtFHPzeQ13bsVhXEPLGHeq53NOjHgKKpIzbG5STaT8QA=
SHA256 (Pkgfile) = da2ec000cf17ca2e7b78d94176927fb8912cc3159a86e1d2325dbd10705423bd
SHA256 (.footprint) = 85e2b10dcf03e680e692ba95c13fcb1a9849940e6d1d0ed0a88b7c54d3ad51f0
SHA256 (mobile-broadband-provider-info-20230416.tar.xz) = e3e140aa2db769b299d1df86a890e948ab99d4d38831302c452d1fb7f8568aec

View File

@ -0,0 +1,17 @@
# Description: contains mobile broadband settings for different service providers
# URL: https://git.gnome.org/browse/mobile-broadband-provider-info
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: glibc libxslt
name=mobile-broadband-provider-info
version=20230416
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}