aboutsummaryrefslogtreecommitdiffstats
path: root/community/ospd-netstat/APKBUILD
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-netstat/APKBUILD
parent509cabcf69f8880a549bd70e77ba70c618dacc29 (diff)
downloadaports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.bz2
aports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.xz
testing/ospd-*: moved from community
Diffstat (limited to 'community/ospd-netstat/APKBUILD')
-rw-r--r--community/ospd-netstat/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/ospd-netstat/APKBUILD b/community/ospd-netstat/APKBUILD
deleted file mode 100644
index bdd347ee25..0000000000
--- a/community/ospd-netstat/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=ospd-netstat
-pkgver=1.0b1
-pkgrel=4
-_pkgid=2219
-pkgdesc="OSP server implementation to allow OpenVAS to remotel control nmap port 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"
-}
-
-
-
-md5sums="2ca9530e30a49594883a70a97269a6de ospd-netstat-1.0b1.tar.gz"
-sha256sums="a6c5f86adfaa1ee1622581882c9b8773b6079c93285de51a7865c1a44444d54f ospd-netstat-1.0b1.tar.gz"
-sha512sums="f5a439cd0f60073d5d25c4a10743945b8ef7eb041e0364f0ba73d250d0988b90d75f3156464433a7baab116680e3f54be2bb556053b0020177edca008cda0e69 ospd-netstat-1.0b1.tar.gz"