Skip to content
Snippets Groups Projects
Commit 204b2606 authored by Francesco Colista's avatar Francesco Colista
Browse files

testing/ginger: new aport

parent ccc3af0c
No related branches found
No related tags found
No related merge requests found
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ginger
pkgver=2.3.0
pkgrel=0
pkgdesc="WoK plugin for host management"
url="http://kimchi-project.github.io/ginger"
arch="noarch"
license="APACHE LGPL2.1"
depends="py2-configobj py2-pyparted wok"
makedepends="automake autoconf libtool
python2-dev gettext-dev pyflakes libxslt"
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
sh ./autogen.sh --system
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-rpath
make || return 1
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
md5sums="7b56ada4ffe918a9029b7284418ea6bd ginger-2.3.0.tar.gz"
sha256sums="7f72457f8c73908633a411325a64ffbccf2a835e52d765d0571484a07e4cbe77 ginger-2.3.0.tar.gz"
sha512sums="81a1797ca63b5f4da6abd295fe6f12bbbc36b00692e4b66662c129e5a65fc27fe1e6376f483691da6aaaf1b0935db7348e15a9908723c9b2452d4199e02b430a ginger-2.3.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment