wok rev 10441

hal-cups-utils: fix bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 02:47:07 2011 +0200 (2011-05-25)
parents 424987224cf3
children ff4f18749cef
files hal-cups-utils/receipt
line diff
     1.1 --- a/hal-cups-utils/receipt	Wed May 25 01:51:24 2011 +0200
     1.2 +++ b/hal-cups-utils/receipt	Wed May 25 02:47:07 2011 +0200
     1.3 @@ -5,20 +5,21 @@
     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 cups"
     1.8 -BUILD_DEPENDS=" hal-dev  dbus-dev "
     1.9  WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils"
    1.10  TARBALL="${PACKAGE}_${VERSION}+git20090217.orig.tar.gz"
    1.11  WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/h/$PACKAGE/$TARBALL"
    1.12  TAGS=""
    1.13  
    1.14 +DEPENDS="hal dbus dbus-glib cups"
    1.15 +BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  
    1.19  compile_rules() {
    1.20 -  cd $src
    1.21 -  ./configure --prefix=/usr --libexecdir=/usr/lib/hal/scripts/ &&
    1.22 -  make  &&
    1.23 -  make DESTDIR=$PWD/_pkg install
    1.24 +	cd $src
    1.25 +	./configure \
    1.26 +	--libexecdir=/usr/lib/hal/scripts/ &&
    1.27 +	make && make install
    1.28  }
    1.29  	
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -27,5 +28,4 @@
    1.32  	mkdir -p $fs/usr
    1.33  	cp -a $_pkg/usr/lib $fs/usr
    1.34  	cp -a $_pkg/usr/share $fs/usr
    1.35 -	
    1.36  }