diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-06-14 16:06:03 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-07-07 18:12:35 +0000 |
commit | ce348ac123819eee9bdd3439934e23130b871a22 (patch) | |
tree | 8f8462ab00016cfc07f89d748f84d6fb2b3623ea /testing | |
parent | e3acf07a7b30ea8d2f1b9e28d60d959fd53bcc53 (diff) | |
download | aports-ce348ac123819eee9bdd3439934e23130b871a22.tar.bz2 aports-ce348ac123819eee9bdd3439934e23130b871a22.tar.xz |
testing/weplab: minor layout updates
Diffstat (limited to 'testing')
-rw-r--r-- | testing/weplab/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/weplab/APKBUILD b/testing/weplab/APKBUILD index 42d1ef4cff..916b08723a 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 \ |