diff options
Diffstat (limited to 'testing/weplab/APKBUILD')
-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 \ |