wok-6.x diff hal-cups-utils/receipt @ rev 6856
Remove tazwok genpkg and clean_wok function from portaudio.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 20 11:16:34 2010 +0000 (2010-10-20) |
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 Wed Oct 20 11:16:34 2010 +0000 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