wok diff sane-backends/receipt @ rev 16481

xpaint: clean up packaged files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 03:43:46 2014 +0200 (2014-04-23)
parents 0f924bbd9a0d
children 140c18f428f0
line diff
     1.1 --- a/sane-backends/receipt	Thu Apr 19 23:25:46 2012 +0200
     1.2 +++ b/sane-backends/receipt	Wed Apr 23 03:43:46 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Scanner Access Now Easy."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.sane-project.org/"
    1.10  WGET_URL="ftp://ftp2.sane-project.org/pub/sane/$PACKAGE-$VERSION/$TARBALL"
    1.11 @@ -39,12 +40,12 @@
    1.12  	mkdir -p $fs/usr/lib $fs/usr/share \
    1.13  	         $fs/var/lock/sane $fs/etc/sane.d
    1.14  	
    1.15 -	cp -a $_pkg/etc/sane.d $fs/etc
    1.16 -	cp -a $_pkg/usr/bin $fs/usr
    1.17 -	cp -a $_pkg/usr/sbin $fs/usr
    1.18 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/sane $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/share/sane $fs/usr/share
    1.21 +	cp -a $install/etc/sane.d $fs/etc
    1.22 +	cp -a $install/usr/bin $fs/usr
    1.23 +	cp -a $install/usr/sbin $fs/usr
    1.24 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/sane $fs/usr/lib
    1.26 +	cp -a $install/usr/share/sane $fs/usr/share
    1.27  	
    1.28  	# fix groups/permissions on /var/lock/sane ; add it to scanner group
    1.29  	chmod 775 "$fs/var/lock/sane"