wok diff hal-cups-utils/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
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 11 09:19:11 2019 +0100
     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  }