wok diff xsane/receipt @ rev 17310
buildroot: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 02 12:25:01 2014 +0100 (2014-11-02) |
parents | 78a8f90f5204 |
children | 9c9883e9c387 |
line diff
1.1 --- a/xsane/receipt Thu Apr 19 08:52:33 2012 +0000 1.2 +++ b/xsane/receipt Sun Nov 02 12:25:01 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="XSane - graphical scanning frontend." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.xsane.org/" 1.10 WGET_URL="http://www.xsane.org/download/$TARBALL" 1.11 @@ -29,7 +30,7 @@ 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 $_pkg/usr/share/sane $fs/usr/share 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/share/sane $fs/usr/share 1.19 rm -rf $fs/usr/share/sane/xsane/doc 1.20 }