summaryrefslogtreecommitdiffstats
path: root/testing/weplab
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-06-14 16:06:03 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2014-07-07 18:12:35 +0000
commitce348ac123819eee9bdd3439934e23130b871a22 (patch)
tree8f8462ab00016cfc07f89d748f84d6fb2b3623ea /testing/weplab
parente3acf07a7b30ea8d2f1b9e28d60d959fd53bcc53 (diff)
downloadaports-ce348ac123819eee9bdd3439934e23130b871a22.tar.bz2
aports-ce348ac123819eee9bdd3439934e23130b871a22.tar.xz
testing/weplab: minor layout updates
Diffstat (limited to 'testing/weplab')
-rw-r--r--testing/weplab/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/weplab/APKBUILD b/testing/weplab/APKBUILD
index 42d1ef4cf..916b08723 100644
--- a/testing/weplab/APKBUILD
+++ b/testing/weplab/APKBUILD
@@ -2,19 +2,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=weplab
pkgver=0.1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Analyzing WEP encryption security on wireless networks"
url="http://weplab.sourceforge.net/"
arch="all"
license="GPLv2+"
-depends=
+depends=""
makedepends="libpcap-dev wireless-tools-dev"
install=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
-
build() {
cd "$_builddir"
./configure \