wok view aircrack-ng-oui/receipt @ rev 15424

Up: thunderbird-langpack-pt_BR (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:49 2013 +0100 (2013-11-03)
parents aacec149a0af
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="aircrack-ng-oui"
4 VERSION="20120730"
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"
10 TARBALL="oui.txt"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/etc/aircrack-ng
17 cp -a $src/oui.txt $fs/etc/aircrack-ng
18 }