wok view hal-cups-utils/receipt @ rev 10615

ncmpc: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 18:12:16 2011 +0200 (2011-05-26)
parents 4580705bdf31
children 9415b951d936
line source
1 # SliTaz package receipt.
3 PACKAGE="hal-cups-utils"
4 VERSION="0.6.19"
5 CATEGORY="system-tools"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
8 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils"
9 TARBALL="${PACKAGE}_${VERSION}+git20090217.orig.tar.gz"
10 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/h/$PACKAGE/$TARBALL"
11 TAGS=""
13 DEPENDS="hal dbus dbus-glib cups"
14 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev"
16 # Rules to configure and make the package.
18 compile_rules() {
19 cd $src
20 ./configure \
21 --libexecdir=/usr/lib/hal/scripts/ &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 cp -a $_pkg/usr/share $fs/usr
31 }