wok-6.x diff hal-cups-utils/receipt @ rev 15835
Up: dnsmasq to 2.68.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 23:47:23 2014 +0000 (2014-01-24) |
parents | 7774e5026029 |
children | a78610b2eb47 |
line diff
1.1 --- a/hal-cups-utils/receipt Fri May 25 11:41:24 2012 +0200 1.2 +++ b/hal-cups-utils/receipt Fri Jan 24 23:47:23 2014 +0000 1.3 @@ -4,6 +4,7 @@ 1.4 VERSION="0.6.19" 1.5 CATEGORY="system-tools" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs" 1.9 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 @@ -26,6 +27,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/lib $fs/usr 1.16 - cp -a $_pkg/usr/share $fs/usr 1.17 + cp -a $install/usr/lib $fs/usr 1.18 + cp -a $install/usr/share $fs/usr 1.19 }