wok diff songwrite/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents 532ab3b57d40
children 3ccc69bd69ec
line diff
     1.1 --- a/songwrite/receipt	Fri Nov 04 12:23:07 2011 +0100
     1.2 +++ b/songwrite/receipt	Sun Jul 13 13:06:14 2014 -0300
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="music score and songbook editor."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://home.gna.org/oomadness/en/songwrite/"
    1.10  WGET_URL="http://download.gna.org/songwrite/$TARBALL"
    1.11 @@ -24,5 +25,5 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.13  genpkg_rules()                                      
    1.14  {
    1.15 -	cp -a $_pkg/usr $fs
    1.16 +	cp -a $install/usr $fs
    1.17  }