wok-stable annotate hal-cups-utils/receipt @ rev 8820
tazwok: remove tazchroot in DEPENDS (fix tazwok chroot loop)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 23 20:57:51 2011 +0100 (2011-02-23) |
parents | 8d3f3ded1725 |
children | 4580705bdf31 |
rev | line source |
---|---|
jozee@4566 | 1 # SliTaz package receipt. |
jozee@4566 | 2 |
jozee@4566 | 3 PACKAGE="hal-cups-utils" |
jozee@4566 | 4 VERSION="0.6.19" |
jozee@4566 | 5 CATEGORY="system-tools" |
jozee@4566 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@4566 | 7 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs" |
pascal@5002 | 8 DEPENDS="hal dbus cups" |
jozee@4566 | 9 BUILD_DEPENDS=" hal-dev dbus-dev " |
jozee@4566 | 10 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils" |
jozee@4566 | 11 TARBALL="${PACKAGE}_${VERSION}+git20090217.orig.tar.gz" |
jozee@4566 | 12 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/h/$PACKAGE/$TARBALL" |
jozee@4566 | 13 TAGS="" |
jozee@4566 | 14 |
jozee@4566 | 15 # Rules to configure and make the package. |
jozee@4566 | 16 |
jozee@4566 | 17 compile_rules() { |
pascal@5002 | 18 ./configure --prefix=/usr --libexecdir=/usr/lib/hal/scripts/ && |
pascal@5002 | 19 make && |
jozee@4566 | 20 make DESTDIR=$PWD/_pkg install |
jozee@4566 | 21 } |
jozee@4566 | 22 |
jozee@4566 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4566 | 24 genpkg_rules() |
jozee@4566 | 25 { |
jozee@4566 | 26 mkdir -p $fs/usr |
jozee@4566 | 27 cp -a $_pkg/usr/lib $fs/usr |
jozee@4566 | 28 cp -a $_pkg/usr/share $fs/usr |
jozee@4566 | 29 |
jozee@4566 | 30 } |