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

Up musl-libc (0.9.11)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 10:13:50 2013 +0200 (2013-06-30)
parents 9415b951d936
children 7896f0694ef6
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.tar.gz"
10 WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL"
11 TAGS=""
13 DEPENDS="hal dbus dbus-glib cups"
14 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev wget"
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 }