You are not logged in.
Hey!
For all of you wireless people out there, here is a test-package of airsnort. Feel free to comment and suggest improvements to the package since I am fairly new to the whole package-building process.
Well here it is:
# Contributor: Jonathan Waldsjo <jonathan@linux.se>
pkgname=airsnort
pkgver=0.2.5b
pkgrel="1"
pkgdesc="AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys."
url="http://airsnort.shmoo.com"
makedepends=('gcc' 'make')
depends=('gtk2>=2.2.0-1' 'pkgconfig' 'glibc' 'libpcap')
source=(http://aleron.dl.sourceforge.net/sourceforge/airsnort/airsnort-0.2.5b.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
"Teaching should be such that what is offered is perceived as a valuable gift and not as a hard duty." -- Albert Einstein
Offline
works good !
Offline