wok-next annotate hal-cups-utils/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents a3c581bf52b8
children
rev   line source
jozee@4566 1 # SliTaz package receipt.
jozee@4566 2
jozee@4566 3 PACKAGE="hal-cups-utils"
jozee@4566 4 VERSION="0.6.19"
jozee@4566 5 CATEGORY="system-tools"
al@21020 6 MAINTAINER="devel@slitaz.org"
al@21020 7 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
pascal@15002 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://packages.ubuntu.com/jaunty/hal-cups-utils"
al@21020 10
pascal@12874 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@12874 12 WGET_URL="https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL"
jozee@4566 13
al@20513 14 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev"
pankso@10441 15
al@21020 16 compile_rules() {
al@21020 17 ./configure \
al@21020 18 --libexecdir=/usr/lib/hal/scripts/ \
al@21020 19 &&
al@21020 20 make &&
al@21020 21 make install
al@21020 22 }
jozee@4566 23
al@21020 24 genpkg_rules() {
jozee@4566 25 mkdir -p $fs/usr
pascal@15002 26 cp -a $install/usr/lib $fs/usr
pascal@15002 27 cp -a $install/usr/share $fs/usr
al@21020 28 DEPENDS="hal dbus dbus-glib cups"
jozee@4566 29 }