wok diff fwbuilder/receipt @ rev 18117

Up: cookutils (741): add descriptions.txt to the bundle.tar.lzma
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 07 00:49:14 2015 +0300 (2015-06-07)
parents 68ec33732967
children f21e99212ae4
line diff
     1.1 --- a/fwbuilder/receipt	Mon Feb 11 23:39:16 2013 +0000
     1.2 +++ b/fwbuilder/receipt	Sun Jun 07 00:49:14 2015 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Firewall management GUI."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://www.fwbuilder.org/"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -28,5 +29,5 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	cp -a $_pkg/* $fs
    1.16 +	cp -a $install/* $fs
    1.17  }