wok-6.x diff hal-cups-utils/receipt @ rev 15338
h8300-gcc3: create man dirs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 29 10:32:18 2013 +0000 (2013-09-29) |
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 Sun Sep 29 10:32:18 2013 +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 }