mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 11:11:40 +01:00
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=ospd-ovaldi
|
|
pkgver=1.0.0
|
|
pkgrel=0
|
|
_pkgid=2003
|
|
pkgdesc="OSP server implementation to allow OpenVAS to remotely control ovaldi scanners"
|
|
url="http://openvas.org/"
|
|
arch="noarch"
|
|
license="GPLV2+"
|
|
depends="python ospd"
|
|
depends_dev=""
|
|
makedepends="$depends_dev py-setuptools py-paramiko"
|
|
install=""
|
|
subpackages=""
|
|
source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz"
|
|
|
|
_builddir="$srcdir"/$pkgname-$pkgver
|
|
prepare() {
|
|
local i
|
|
cd "$_builddir"
|
|
for i in $source; do
|
|
case $i in
|
|
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
|
esac
|
|
done
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
python setup.py build || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
|
}
|
|
|
|
|
|
md5sums="4499975fda78abfb6014a18733615a29 ospd-ovaldi-1.0.0.tar.gz"
|
|
sha256sums="9518f7c8a274de7e7d9b278ad8060084bf14d3806856301f4bc86ab5d3f60af6 ospd-ovaldi-1.0.0.tar.gz"
|
|
sha512sums="73a0e2782225ca010abcf3ba45378238da44450fd856a2dc6dfbcc1d24c83a8b5e1e252189029c80bab850dff4b91c8f461f49b4a3410e86285b85ce4ac5113a ospd-ovaldi-1.0.0.tar.gz"
|