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

liberation-fonts-base (2.1.5), fedorahosted.org retirement
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 17 18:59:24 2023 +0000 (11 months ago)
parents a78610b2eb47
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://web.archive.org/web/20160216010153/http://fedorahosted.org/hal-cups-utils/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://web.archive.org/web/20150801122745if_/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 # Rules to configure and make the package.
20 compile_rules() {
21 cd $src
22 ./configure \
23 --libexecdir=/usr/lib/hal/scripts/ &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/lib $fs/usr
32 cp -a $install/usr/share $fs/usr
33 }