wok-next view aircrack-ng-oui/receipt @ rev 20106

Up aircrack-ng, aircrack-ng-oui, faad2, libxfce4util, xfconf; add brisk-menu, mate-menu, libb2, gtkhash, openssl11 (openssl-1.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 29 20:13:43 2017 +0200 (2017-10-29)
parents f4c22f009037
children 6fe02d53a2a2
line source
1 # SliTaz package receipt v2.
3 PACKAGE="aircrack-ng-oui"
4 VERSION="20171029"
5 CATEGORY="misc"
6 SHORT_DESC="Archive of oui.txt file for airdump-ng"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://standards.ieee.org/regauth/oui"
11 TARBALL="oui-$VERSION.txt"
12 WGET_URL="http://standards-oui.ieee.org/oui.txt"
14 compile_rules() {
15 # get the logic from airodump-ng-oui-update + dos2unix & sort
16 mkdir -p $install/etc/aircrack-ng
17 grep '(hex)' $TARBALL \
18 | sed 's/^[ \t]*//g;s/[ \t]*$//g' \
19 | dos2unix \
20 | sort \
21 > $install/etc/aircrack-ng/airodump-ng-oui.txt
22 }
24 genpkg_rules() {
25 copy @std
26 }