wok-6.x diff xsane/receipt @ rev 22246
updated xorg-x11perf (1.5.2 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 16:14:48 2019 +0100 (2019-11-12) |
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 Nov 12 16:14:48 2019 +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 }