forked from ports/contrib
mobile-broadband-provider-info: initial commit, version 20230416
This commit is contained in:
parent
a206a4b742
commit
348291c288
8
mobile-broadband-provider-info/.footprint
Normal file
8
mobile-broadband-provider-info/.footprint
Normal 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
|
5
mobile-broadband-provider-info/.signature
Normal file
5
mobile-broadband-provider-info/.signature
Normal 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
|
17
mobile-broadband-provider-info/Pkgfile
Normal file
17
mobile-broadband-provider-info/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user