mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
unmaintained/scanssh: clean-up
This commit is contained in:
parent
41ece0af5b
commit
ec551a75d5
@ -2,22 +2,18 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=scanssh
|
||||
pkgver=2.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Fast SSH server and open proxy scanner"
|
||||
url="http://monkey.org/~provos/scanssh/"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="libpcap-dev libevent-dev libdnet-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://monkey.org/~provos/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
@ -26,7 +22,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user