wok diff knock/receipt @ rev 17491

syslinux/iso2exe: speedup crc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 02 21:46:16 2015 +0100 (2015-01-02)
parents 9c3435378d26
children 216fe5c85b71
line diff
     1.1 --- a/knock/receipt	Wed May 18 00:41:58 2011 +0200
     1.2 +++ b/knock/receipt	Fri Jan 02 21:46:16 2015 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="Port knock sequence listener."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.zeroflux.org/$PACKAGE"
    1.10  WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL"
    1.11 @@ -29,9 +30,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/etc $fs
    1.16 -	cp -a $_pkg/usr/sbin $fs/usr
    1.17 -	cp -a $_pkg/usr/bin $fs/usr
    1.18 +	cp -a $install/etc $fs
    1.19 +	cp -a $install/usr/sbin $fs/usr
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21  	cp -a stuff/etc $fs
    1.22  }
    1.23