aboutsummaryrefslogtreecommitdiffstats
path: root/community/ospd-ikeprobe
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-10-09 07:04:45 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-10-09 07:04:45 +0000
commit7e0248ed57419d5539a6ab4393f965dffdc75e63 (patch)
tree5b9a040121accc546d6b2b9ffa6d0ec73dcfc34e /community/ospd-ikeprobe
parent509cabcf69f8880a549bd70e77ba70c618dacc29 (diff)
downloadaports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.bz2
aports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.xz
testing/ospd-*: moved from community
Diffstat (limited to 'community/ospd-ikeprobe')
-rw-r--r--community/ospd-ikeprobe/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/ospd-ikeprobe/APKBUILD b/community/ospd-ikeprobe/APKBUILD
deleted file mode 100644
index a8b086edd0..0000000000
--- a/community/ospd-ikeprobe/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=ospd-ikeprobe
-pkgver=1.0b1
-pkgrel=4
-_pkgid=2204
-pkgdesc="OSP server implementation to allow OpenVAS to remotely control a ikeprobe scanner"
-url="http://www.openvas.org/"
-arch="noarch"
-license="GPL"
-depends="python3 ospd"
-makedepends="cmake python3-dev 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"
-}
-
-sha512sums="567b2100ab42d7effe8fb47890a3c05fb7066ef97e29f2c723a3f29fd58addac220a91dda01804e997eec126905d43d59621b7318bfa02487ed789e228fe8660 ospd-ikeprobe-1.0b1.tar.gz"