wok diff gphoto2/receipt @ rev 15589

Add some license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 17:47:06 2013 +0000 (2013-12-02)
parents b7319995b37e
children 600aaedb561d
line diff
     1.1 --- a/gphoto2/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/gphoto2/receipt	Mon Dec 02 17:47:06 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="digital camera download and access program"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.gphoto.org" 
    1.10  WGET_URL="$SF_MIRROR/gphoto/$TARBALL"
    1.11 @@ -24,5 +25,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	cp -a $install/usr/bin $fs/usr
    1.17  }