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

Add tix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 08:58:28 2014 +0100 (2014-11-04)
parents 7774e5026029
children a78610b2eb47
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 LICENSE="GPL2"
8 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
9 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL"
12 TAGS=""
14 DEPENDS="hal dbus dbus-glib cups"
15 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev wget"
17 # Rules to configure and make the package.
19 compile_rules() {
20 cd $src
21 ./configure \
22 --libexecdir=/usr/lib/hal/scripts/ &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 cp -a $install/usr/share $fs/usr
32 }