18 lines
475 B
Plaintext
18 lines
475 B
Plaintext
|
# 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
|
||
|
}
|