wok diff hal-cups-utils/receipt @ rev 11022
Up: deadbeef to 0.5.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 06:26:33 2011 +0000 (2011-10-16) |
parents | 4580705bdf31 |
children | 9415b951d936 |
line diff
1.1 --- a/hal-cups-utils/receipt Sat Mar 05 18:36:40 2011 +0100 1.2 +++ b/hal-cups-utils/receipt Sun Oct 16 06:26:33 2011 +0000 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 }