aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gingerbase
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-04-19 10:04:25 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-04-19 10:06:02 +0000
commit2422317256136ae29a3535af942e41f0b4b25286 (patch)
tree7a95ae3a708ef16f0ebe2acefd10c9f3b8d1e27f /testing/gingerbase
parent8e9ca8548ef7f559eca2de911f9c0ce67f87589e (diff)
downloadaports-2422317256136ae29a3535af942e41f0b4b25286.tar.bz2
aports-2422317256136ae29a3535af942e41f0b4b25286.tar.xz
testing/gingerbase: upgrade to 2.3.0, modernize APKBUILD
Diffstat (limited to 'testing/gingerbase')
-rw-r--r--testing/gingerbase/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/gingerbase/APKBUILD b/testing/gingerbase/APKBUILD
index e6a4a0a4c1..bcc5933fe0 100644
--- a/testing/gingerbase/APKBUILD
+++ b/testing/gingerbase/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gingerbase
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=0
pkgdesc="Gingerbase: basic host management for WoK"
url="http://kimchi-project.github.io/gingerbase/"
@@ -9,7 +9,8 @@ arch="noarch"
license="AGPL2.1"
depends="py2-configobj py2-pyparted wok"
makedepends="automake autoconf libtool
-python2-dev gettext-dev pyflakes libxslt"
+ python2-dev gettext-dev pyflakes libxslt"
+options="!check"
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -23,7 +24,7 @@ build() {
--localstatedir=/var \
--disable-rpath \
--enable-sample
- make || return 1
+ make
}
package() {
@@ -31,6 +32,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="537f76caa703c9200b2ca94d9d81ab94 gingerbase-2.2.2.tar.gz"
-sha256sums="62e6949f768d92f336119bc8ce8d6c670afb87ac9c2d198af6628c36bcf31bd4 gingerbase-2.2.2.tar.gz"
-sha512sums="f41c3d8a50b0967c9801f447c07d53c619bd3ff9158294980997c34477e670be499755785efe91cb6464d72abebbb9bc7369389f36ba52728add8e438c8e6c74 gingerbase-2.2.2.tar.gz"
+sha512sums="90167f677a341d687a426fd4938aecdcba2a36cd109d7e0f81b55a74b077f00253decd015d65a5ffbd075a320015153ddf70bfcbdbf85ff79c0895ba189437de gingerbase-2.3.0.tar.gz"