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

slitaz-doc: fix version for 3.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 28 17:16:33 2010 +0200 (2010-03-28)
parents 226958e60b21
children be13f25e790b
line diff
     1.1 --- a/hal-cups-utils/receipt	Mon Dec 07 12:32:59 2009 +0000
     1.2 +++ b/hal-cups-utils/receipt	Sun Mar 28 17:16:33 2010 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
     1.7 -DEPENDS="hal dbus"
     1.8 +DEPENDS="hal dbus cups"
     1.9  BUILD_DEPENDS=" hal-dev  dbus-dev "
    1.10  WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils"
    1.11  TARBALL="${PACKAGE}_${VERSION}+git20090217.orig.tar.gz"
    1.12 @@ -16,8 +16,8 @@
    1.13  
    1.14  compile_rules() {
    1.15    cd $WOK/$PACKAGE/$PACKAGE
    1.16 -  ./configure --prefix=/usr --libexecdir=/usr/lib/hal/scripts/
    1.17 -  make 
    1.18 +  ./configure --prefix=/usr --libexecdir=/usr/lib/hal/scripts/ &&
    1.19 +  make  &&
    1.20    make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22