wok diff pathfinder/receipt @ rev 14996

Add LGPL2.1 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 11:00:21 2013 +0000 (2013-08-10)
parents 8dd5d2d3a69e
children aaf121138b7d
line diff
     1.1 --- a/pathfinder/receipt	Mon Oct 01 06:41:31 2012 +0000
     1.2 +++ b/pathfinder/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Fast and light file manager 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  
    1.12 +DEPENDS="fox"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/bin
    1.18 -	cp -a $_pkg/usr/bin/PathFinder $fs/usr/bin
    1.19 +	cp -a $install/usr/bin/PathFinder $fs/usr/bin
    1.20  	copy_generic_files
    1.21  }