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

libwebkit-video: use original ver receipt: no ruby builddep
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 02:53:40 2014 +0300 (2014-07-14)
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	Mon Jul 14 02:53:40 2014 +0300
     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  }