wok-6.x diff kismet/receipt @ rev 16679
linux-zram: update init script module parameter
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri May 16 03:34:24 2014 +0000 (2014-05-16) |
parents | 8387b6915400 |
children | 497a94b577b4 |
line diff
1.1 --- a/kismet/receipt Mon Jun 11 17:36:31 2012 +0200 1.2 +++ b/kismet/receipt Fri May 16 03:34:24 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Wireless network monitoring tool" 1.6 MAINTAINER="domcox@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.kismetwireless.net" 1.10 WGET_URL="http://www.kismetwireless.net/code/$TARBALL" 1.11 @@ -17,6 +18,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + touch -d 197001010000 .depend 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 --sysconfdir=/etc/kismet \ 1.19 @@ -29,10 +31,10 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 cp -a $src/kismet_capture $fs/usr/bin 1.26 mkdir -p $fs/etc 1.27 - cp -a $_pkg/etc/kismet $fs/etc 1.28 + cp -a $install/etc/kismet $fs/etc 1.29 # do not overwrite existing configuration 1.30 mv $fs/etc/kismet/kismet.conf $fs/etc/kismet/kismet.conf.new 1.31 mv $fs/etc/kismet/kismet_drone.conf $fs/etc/kismet/kismet_drone.conf.new