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

Add perl-carp-clan.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 21:51:11 2011 +0000 (2011-05-20)
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 }