wok diff aircrack-ng-oui/receipt @ rev 14363
busybox/stuff/inetd.conf: update path to tftpd
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Apr 20 10:58:28 2013 +0000 (2013-04-20) |
parents | |
children | f4c22f009037 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/aircrack-ng-oui/receipt Sat Apr 20 10:58:28 2013 +0000 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="aircrack-ng-oui" 1.7 +VERSION="20120730" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="archive of oui.txt file for airdump-ng" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://standards.ieee.org/regauth/oui" 1.12 +TARBALL="oui.txt" 1.13 +WGET_URL="$WEB_SITE/$TARBALL" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/etc/aircrack-ng 1.19 + cp -a $src/oui.txt $fs/etc/aircrack-ng 1.20 +}