wok diff aircrack-ng-oui/receipt @ rev 14739

libgnomecanvasmm, libglademm: fix for the new gtkmm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:11:47 2013 +0200 (2013-06-14)
parents
children f4c22f009037
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/aircrack-ng-oui/receipt	Fri Jun 14 08:11:47 2013 +0200
     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 +}