From 4d7596bd151cd88cf0e65dee5e7b9166e15085a1 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 18 Aug 2016 12:26:33 +0000 Subject: Revert "community/ospd-acunetix: moved from testing" This reverts commit e1e04cce4705d3ac86b2807c8afedbed6a6d23cf. --- community/ospd-acunetix/APKBUILD | 43 ---------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 community/ospd-acunetix/APKBUILD (limited to 'community/ospd-acunetix') diff --git a/community/ospd-acunetix/APKBUILD b/community/ospd-acunetix/APKBUILD deleted file mode 100644 index 48e8732c41..0000000000 --- a/community/ospd-acunetix/APKBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: Francesco Colista -pkgname=ospd-acunetix -pkgver=1.0b1 -pkgrel=0 -_pkgid=2181 -pkgdesc="OSP server implementation to allow OpenVAS to remotely control nmap port scanner" -url="http://www.openvas.org/" -arch="noarch" -license="GPL" -depends="python" -depends_dev="" -makedepends="$depends_dev cmake py-setuptools" -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="155898fa60914ed84c9d09b28463417f ospd-acunetix-1.0b1.tar.gz" -sha256sums="4c2b13056f38626952cc22b7b085025b237ee723d8b35bce2350ce51c52653ae ospd-acunetix-1.0b1.tar.gz" -sha512sums="2a5b6fde959a890cd2084d1f8414639f8d281c3456239f101d1f353ec4044142cf71d7f7788a4d9aa0ce5d7a8a33204b785f5fd5d372d5c661e1ba9b9a447fd3 ospd-acunetix-1.0b1.tar.gz" -- cgit v1.2.3