# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=wok pkgver=2.3.1 pkgrel=0 pkgdesc="Webserver of Kimchi - a cherrypy framework for multi-purpose plug-ins" url="http://kimchi-project.github.io/wok/" arch="noarch" license="APACHE LGPL2.1" depends="python2 nginx logrotate py-cherrypy py2-jsonschema py2-pyparted py2-pyldap py2-psutil py2-m2crypto py-cheetah py2-augeas py2-pam py2-functools32 py2-lxml py2-libvirt py-cherrypy ttf-opensans ttf-font-awesome" makedepends="automake autoconf libtool gettext-dev python2-dev pyflakes libxslt" install="" subpackages="$pkgname-lang $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/$pkgname/archive/$pkgver.tar.gz wokd.initd alpine-specific-wokd.patch" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" sh ./autogen.sh --system ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make || return 1 } package() { cd "$builddir" make DESTDIR="$pkgdir" install install -D -m755 "$srcdir"/wokd.initd \ "$pkgdir"/etc/init.d/wokd || return 1 } md5sums="30f6d0d2b833c3f46692c77cbe3eabd7 wok-2.3.1.tar.gz df0000adb91f45628ccde489fd85b9e1 wokd.initd 63ed561751a90ca6ddb23a62a9a49e7a alpine-specific-wokd.patch" sha256sums="58e460d982c7b0e04d763756d6999d67bb20c8540364aa93ae9177b37270cdfb wok-2.3.1.tar.gz 0b9d6a62e2e122943e5c59a28155d19a6acc00059d7c31d27b961d1463d62445 wokd.initd e896f92fc1e3c79d73068c4a5f552c945d013d87f094ae139db21cb05e0dfb84 alpine-specific-wokd.patch" sha512sums="120b756ee31982e78adfdfd8dbe8d6b04f6835aea96e9adc55917037bee79a9a27297500e33ab192d92fa741f702f3599b52e430665cb96f98c13c55263b90ab wok-2.3.1.tar.gz a05554686e0ea2d069a5b9e9b83f6aee678ed299269d86d1192ae417ba98fa8e727d55be8f396360c70846f549f46e64028956e5f7f5c50bbf5601f548c8bd71 wokd.initd c47deb3ef8160162af5dbfd8b6975f86a12c69bff641ff627d4869a5edcbea8dc47551da6ee98ad5787d03a3dc93434edc42913031a19bc903a17c70a692c699 alpine-specific-wokd.patch"