wok diff xsane/receipt @ rev 18980
Up: New wallpapers and new mirror.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Tue Mar 15 05:30:13 2016 -0300 (2016-03-15) |
parents | 78a8f90f5204 |
children | 9c9883e9c387 |
line diff
1.1 --- a/xsane/receipt Thu Apr 19 08:52:33 2012 +0000 1.2 +++ b/xsane/receipt Tue Mar 15 05:30:13 2016 -0300 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 }