You are not logged in.

#1 2004-09-09 22:57:08

dipp
Member
From: Sweden
Registered: 2004-02-13
Posts: 15

[NEW] AirSnort-0.2.5b package for testing!

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

#2 2004-09-23 19:02:29

Bain
Member
Registered: 2003-08-06
Posts: 10

Re: [NEW] AirSnort-0.2.5b package for testing!

works good !

Offline

Board footer

Powered by FluxBB