diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/kismet | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/kismet')
| -rw-r--r-- | testing/kismet/APKBUILD | 35 | ||||
| -rw-r--r-- | testing/kismet/kismet.post-install | 3 | ||||
| -rw-r--r-- | testing/kismet/kismet.pre-install | 2 |
3 files changed, 0 insertions, 40 deletions
diff --git a/testing/kismet/APKBUILD b/testing/kismet/APKBUILD deleted file mode 100644 index cb04b7f8a7..0000000000 --- a/testing/kismet/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> -pkgname=kismet -pkgver=2011.03_p2 -_ver=${pkgver/_p/-R}; -_ver=${_ver/./-} -pkgrel=0 -pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system" -url="http://www.kismetwireless.net" -arch="all" -license="GPL" -depends_dev="libpcap-dev libnl-dev pcre-dev ncurses-dev openssl-dev bluez-dev" -makedepends="$depends_dev" -install="$pkgname.pre-install $pkgname.post-install" -subpackages="$pkgname-doc" -source="http://www.kismetwireless.net/code/kismet-$_ver.tar.gz" -_builddir="${srcdir}"/$pkgname-$_ver -build() { - cd "$_builddir" - ./configure --prefix=/usr \ - --sysconfdir=/etc/kismet \ - --localstatedir=/var - make dep || return 1 - make || return 1 - make plugins || return 1 -} -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - make plugins-install DESTDIR="$pkgdir" || return 1 - install -o "root" -g "root" -m 4550 kismet_capture "${pkgdir}/usr/bin/" - mkdir -p "$pkgdir"/etc/kismet - install -m644 -D "$_builddir"/conf/kismet.conf "$pkgdir"/etc/kismet/kismet.conf -} -md5sums="8bf077e8111e6dc8c12cadefdf40aadd kismet-2011-03-R2.tar.gz" diff --git a/testing/kismet/kismet.post-install b/testing/kismet/kismet.post-install deleted file mode 100644 index a60b29ea5a..0000000000 --- a/testing/kismet/kismet.post-install +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -chown root:kismet "/usr/bin/kismet_capture" -chmod 4550 "/usr/bin/kismet_capture" diff --git a/testing/kismet/kismet.pre-install b/testing/kismet/kismet.pre-install deleted file mode 100644 index 27e39754de..0000000000 --- a/testing/kismet/kismet.pre-install +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -addgroup -g 315 kismet &>/dev/null |
