wok diff calculator/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 8dd5d2d3a69e
children aaf121138b7d
line diff
     1.1 --- a/calculator/receipt	Mon Oct 01 06:41:31 2012 +0000
     1.2 +++ b/calculator/receipt	Sun Nov 03 21:52:37 2013 +0100
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Calculator using the Fox Toolkit."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="fox"
     1.8 +LICENSE="LGPL2.1"
     1.9  WANTED="fox"
    1.10  WEB_SITE="http://www.fox-toolkit.org/"
    1.11  TAGS="calculator"
    1.12  
    1.13 +DEPENDS="fox"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/bin
    1.19 -	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    1.20 +	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    1.21  	copy_generic_files
    1.22  }