summaryrefslogtreecommitdiffstats
path: root/extra/aircrack/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-12-15 20:06:56 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-12-15 20:06:56 +0100
commita707e04d43f08a6b334460e33349b95a854c6ab8 (patch)
treed43b94c6546ad395e8598d081f3f1fd3c5722308 /extra/aircrack/Pkgfile
parent0185a5969e992e76847e260806e5d06c8bbe8fb9 (diff)
downloadnutyx-extra-a707e04d43f08a6b334460e33349b95a854c6ab8.tar.gz
nutyx-extra-a707e04d43f08a6b334460e33349b95a854c6ab8.tar.bz2
nutyx-extra-a707e04d43f08a6b334460e33349b95a854c6ab8.tar.xz
nutyx-extra-a707e04d43f08a6b334460e33349b95a854c6ab8.zip
Ajout de aircrack-ng#1.0-1
Diffstat (limited to 'extra/aircrack/Pkgfile')
-rw-r--r--extra/aircrack/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/aircrack/Pkgfile b/extra/aircrack/Pkgfile
new file mode 100644
index 000000000..5e113d9b6
--- /dev/null
+++ b/extra/aircrack/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Suite d'outils pour tester la sécurité des reseau san-fil
+# URL:http://www.aircrack-ng.org
+# Maintainer: NuTyX core team
+# Packager: Skippythekangoo AT yahoo DOT fr
+# Depends on: sqlite3, openssl, wireless_tools, autoconf, libtool
+name=aircrack-ng
+version=1.0
+release=1
+source=(http://download.aircrack-ng.org/$name-$version.tar.gz)
+build() {
+cd $name-$version
+ #./configure --prefix=/usr
+ make sqlite=truS
+ make prefix=/usr sqlite=true DESTDIR=$PKG install
+}
+