wok-6.x view hal-cups-utils/receipt @ rev 23108
updated libtdb and libtdb-dev (1.2.9 -> 1.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 12 13:59:33 2020 +0100 (2020-03-12) |
parents | 7896f0694ef6 |
children |
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="https://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 }