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

slitaz-doc: add system-doc.desktop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 01:31:20 2011 +0200 (2011-04-02)
parents be13f25e790b
children a9ae9905e1b7
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 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
8 DEPENDS="hal dbus cups"
9 BUILD_DEPENDS=" hal-dev dbus-dev "
10 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils"
11 TARBALL="${PACKAGE}_${VERSION}+git20090217.orig.tar.gz"
12 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/h/$PACKAGE/$TARBALL"
13 TAGS=""
15 # Rules to configure and make the package.
17 compile_rules() {
18 cd $src
19 ./configure --prefix=/usr --libexecdir=/usr/lib/hal/scripts/ &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/lib $fs/usr
29 cp -a $_pkg/usr/share $fs/usr
31 }