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

Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 12:04:50 2020 +0000 (2020-10-28)
parents 7896f0694ef6
children 15da8bede304
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 }