1
0
forked from ports/contrib

airoscript-ng: updated to 1.1

This commit is contained in:
Jose V Beneyto 2011-01-03 11:43:43 +01:00
parent 88a98fb588
commit 485bcc810a
5 changed files with 35 additions and 32 deletions

18
airoscript-ng/.footprint Normal file
View File

@ -0,0 +1,18 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/airoscript-ng
drwxr-xr-x root/root usr/etc/
-rwxr-xr-x root/root usr/etc/airoscript-ng.conf
-rw-r--r-- root/root usr/etc/screenrc.airoscript
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/airoscript-ng.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/airoscript-ng/
-rwxr-xr-x root/root usr/share/airoscript-ng/dicts
-rwxr-xr-x root/root usr/share/airoscript-ng/generic
-rwxr-xr-x root/root usr/share/airoscript-ng/internal
drwxr-xr-x root/root usr/share/airoscript-ng/themes/
-rw-r--r-- root/root usr/share/airoscript-ng/themes/default.theme
-rw-r--r-- root/root usr/share/airoscript-ng/themes/inverse.theme
-rw-r--r-- root/root usr/share/airoscript-ng/themes/minimal.theme

1
airoscript-ng/.md5sum Normal file
View File

@ -0,0 +1 @@
95e2a4a58fd70db40a0e3040e4f13cd0 airoscript-ng_1.1.tgz

View File

@ -4,18 +4,27 @@
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: aircrack-ng
name=airoscript
version=2.2
name=airoscript-ng
version=1.1
release=1
source=(http://airoscript.googlecode.com/files/$name-$version.tar.gz)
source=(http://airoscript.googlecode.com/files/${name}_$version.tgz)
build() {
cd $name
sed -i Makefile-Linux \
-e 's|bindir=.*|bindir=$(prefix)/bin|' \
-e 's|mandir=.*|mandir=$(prefix)/man|' \
-e 's|install-docs: .*|install-docs: install-manpages|'
sed '/install-locale \\/d' -i Makefile-Linux
make prefix="$PKG\/usr" aircrack_prefix="\/usr" install
-e 's|install-docs: .*|install-docs: install-manpages|' \
-e '/install-locale \\/d'
make -f Makefile-Linux install \
prefix=$PKG/usr \
bindir=$PKG/usr/bin \
mandir=$PKG/usr/man \
aircrack_prefix="\/usr"
rm -rf $PKG/usr/share/{doc,locale,$name/airosperl}
sed -e 's|usr/local/etc|usr/etc|g' -i $PKG/usr/bin/$name
sed -e 's|usr/local|usr|g' \
-i $PKG/usr/bin/$name $PKG/usr/etc/$name.conf
}

View File

@ -1,24 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/airopdate
-rwxr-xr-x root/root usr/bin/airoscript
-rwxr-xr-x root/root usr/bin/airoscwordlist
drwxr-xr-x root/root usr/etc/
-rwxr-xr-x root/root usr/etc/airoscript.conf
-rw-r--r-- root/root usr/etc/screenrc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/airopdate.1.gz
-rw-r--r-- root/root usr/man/man1/airosconf.1.gz
-rw-r--r-- root/root usr/man/man1/airoscript.1.gz
-rw-r--r-- root/root usr/man/man1/airoscwordlist.1.gz
-rw-r--r-- root/root usr/man/man1/airosperl.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/airoscript/
-rwxr-xr-x root/root usr/share/airoscript/functions.sh
-rwxr-xr-x root/root usr/share/airoscript/functions_external.sh
-rwxr-xr-x root/root usr/share/airoscript/functions_screen.sh
-rwxr-xr-x root/root usr/share/airoscript/functions_unstable.sh
drwxr-xr-x root/root usr/share/airoscript/themes/
-rw-r--r-- root/root usr/share/airoscript/themes/default.theme
-rw-r--r-- root/root usr/share/airoscript/themes/inverse.theme

View File

@ -1 +0,0 @@
8f3f5d24c6e45520a90cc2f10fa4e0bb airoscript-2.2.tar.gz