aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2018-09-24 23:55:37 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-26 19:04:50 +0000
commitfdd9a7c9f49c311750c783fc82a9d18d75ba6035 (patch)
tree83bb1fbb895bca60d4a598e03040115cae4cdf53 /testing
parent72ef36c477039a040ccff49e36d8e6d0822bc43b (diff)
downloadaports-fdd9a7c9f49c311750c783fc82a9d18d75ba6035.tar.bz2
aports-fdd9a7c9f49c311750c783fc82a9d18d75ba6035.tar.xz
testing/mobile-broadband-provider-info/APKBUILD -> community/mobile-broadband-provider-info:
Upgrade to 20180813
Diffstat (limited to 'testing')
-rw-r--r--testing/mobile-broadband-provider-info/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/mobile-broadband-provider-info/APKBUILD b/testing/mobile-broadband-provider-info/APKBUILD
deleted file mode 100644
index 5e2f132233..0000000000
--- a/testing/mobile-broadband-provider-info/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer:
-pkgname=mobile-broadband-provider-info
-pkgver=20170310
-pkgrel=0
-pkgdesc="Mobile broadband settings for various service providers"
-url="https://git.gnome.org/browse/mobile-broadband-provider-info/"
-arch="noarch"
-license="custom"
-makedepends="autoconf automake libxml2-utils"
-subpackages="$pkgname-doc"
-source="https://git.gnome.org/browse/$pkgname/snapshot/$pkgname-$pkgver.tar.xz"
-
-builddir="$srcdir"/$pkgname-$pkgver
-
-build() {
- cd "$builddir"
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="${pkgdir}" install
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-sha512sums="47c40cdd0979bee17f2cc92a8ea01f340709f7fffee13d522dac625b305e2f51b6b45422bb6491ca8fefd561a9d713e10c689caa3f9f7bd6c3048762398eda15 mobile-broadband-provider-info-20170310.tar.xz"