wok-next view hal-cups-utils/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="hal-cups-utils"
4 VERSION="0.6.19"
5 CATEGORY="system-tools"
6 MAINTAINER="devel@slitaz.org"
7 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
8 LICENSE="GPL2"
9 WEB_SITE="https://packages.ubuntu.com/jaunty/hal-cups-utils"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev"
16 compile_rules() {
17 ./configure \
18 --libexecdir=/usr/lib/hal/scripts/ \
19 &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 mkdir -p $fs/usr
26 cp -a $install/usr/lib $fs/usr
27 cp -a $install/usr/share $fs/usr
28 DEPENDS="hal dbus dbus-glib cups"
29 }