diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-09 07:04:45 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-09 07:04:45 +0000 |
commit | 7e0248ed57419d5539a6ab4393f965dffdc75e63 (patch) | |
tree | 5b9a040121accc546d6b2b9ffa6d0ec73dcfc34e /community/ospd-acunetix | |
parent | 509cabcf69f8880a549bd70e77ba70c618dacc29 (diff) | |
download | aports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.bz2 aports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.xz |
testing/ospd-*: moved from community
Diffstat (limited to 'community/ospd-acunetix')
-rw-r--r-- | community/ospd-acunetix/APKBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/community/ospd-acunetix/APKBUILD b/community/ospd-acunetix/APKBUILD deleted file mode 100644 index 65a391327f..0000000000 --- a/community/ospd-acunetix/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=ospd-acunetix -pkgver=1.0b1 -pkgrel=3 -_pkgid=2181 -pkgdesc="OSP server implementation to allow OpenVAS to remotel control nmap port scanner" -url="http://www.openvas.org/" -arch="noarch" -license="GPL" -depends="python3" -makedepends="cmake py3-setuptools" -source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver - -build() { - cd "$builddir" - python3 setup.py build -} - -check() { - cd "$builddir" - python3 setup.py check -} - -package() { - cd "$builddir" - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - - - -md5sums="155898fa60914ed84c9d09b28463417f ospd-acunetix-1.0b1.tar.gz" -sha256sums="4c2b13056f38626952cc22b7b085025b237ee723d8b35bce2350ce51c52653ae ospd-acunetix-1.0b1.tar.gz" -sha512sums="2a5b6fde959a890cd2084d1f8414639f8d281c3456239f101d1f353ec4044142cf71d7f7788a4d9aa0ce5d7a8a33204b785f5fd5d372d5c661e1ba9b9a447fd3 ospd-acunetix-1.0b1.tar.gz" |