wok annotate hal-cups-utils/receipt @ rev 25808
created recipe for xmenu
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 19 16:09:37 2024 +0100 (2 months ago) |
parents | a78610b2eb47 |
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" |
jozee@4566 | 6 MAINTAINER="jozee@slitaz.org" |
pascal@15002 | 7 LICENSE="GPL2" |
jozee@4566 | 8 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs" |
pascal@25590 | 9 WEB_SITE="https://web.archive.org/web/20160216010153/http://fedorahosted.org/hal-cups-utils/" |
pascal@12874 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@25590 | 11 WGET_URL="https://web.archive.org/web/20150801122745if_/https://fedorahosted.org/releases/h/a/$PACKAGE/$TARBALL" |
jozee@4566 | 12 TAGS="" |
jozee@4566 | 13 |
pankso@10441 | 14 DEPENDS="hal dbus dbus-glib cups" |
pascal@12874 | 15 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev wget" |
pankso@10441 | 16 |
jozee@4566 | 17 # Rules to configure and make the package. |
jozee@4566 | 18 |
pascal@25590 | 19 # Rules to configure and make the package. |
jozee@4566 | 20 compile_rules() { |
pankso@10441 | 21 cd $src |
pankso@10441 | 22 ./configure \ |
pankso@10441 | 23 --libexecdir=/usr/lib/hal/scripts/ && |
pankso@10441 | 24 make && make install |
jozee@4566 | 25 } |
jozee@4566 | 26 |
jozee@4566 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4566 | 28 genpkg_rules() |
jozee@4566 | 29 { |
jozee@4566 | 30 mkdir -p $fs/usr |
pascal@15002 | 31 cp -a $install/usr/lib $fs/usr |
pascal@15002 | 32 cp -a $install/usr/share $fs/usr |
jozee@4566 | 33 } |