mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/ginger: upgrade to 2.4.0, modernize APKBUILD
This commit is contained in:
parent
2422317256
commit
d751ffadd3
@ -1,7 +1,7 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=ginger
|
||||
pkgver=2.3.1
|
||||
pkgver=2.4.0
|
||||
pkgrel=0
|
||||
pkgdesc="WoK plugin for host management"
|
||||
url="http://kimchi-project.github.io/ginger"
|
||||
@ -9,7 +9,8 @@ arch="noarch"
|
||||
license="APACHE LGPL2.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"
|
||||
@ -22,7 +23,7 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-rpath
|
||||
make || return 1
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -30,6 +31,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
md5sums="55ac0d5a9d4ded1847aab18bda74d4b1 ginger-2.3.1.tar.gz"
|
||||
sha256sums="178034a7c55e33ef9c8fabcb9cd7c62e61c1fe8b2059701036214fa17233d24c ginger-2.3.1.tar.gz"
|
||||
sha512sums="bdb8f0bdf15705d8313f0ea739fbc92ded6546e374c8824906eb6f96b07e8e38810b03502383f07373f6ffaa8d9d0635aedc8e0e469ea397ebf8af2c84209338 ginger-2.3.1.tar.gz"
|
||||
sha512sums="69531dc16fe2b00576936396c8d89ec050ebf2fe26b001205018fd1ab6b545b8b61fc8ce5f6e5cd10063140fe0afb5d5ab8795cb472268b58423c45377821dc6 ginger-2.4.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user