wok-stable view hal-cups-utils/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 4580705bdf31
children 9415b951d936
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 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils"
9 TARBALL="${PACKAGE}_${VERSION}+git20090217.orig.tar.gz"
10 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/h/$PACKAGE/$TARBALL"
11 TAGS=""
13 DEPENDS="hal dbus dbus-glib cups"
14 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev"
16 # Rules to configure and make the package.
18 compile_rules() {
19 cd $src
20 ./configure \
21 --libexecdir=/usr/lib/hal/scripts/ &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 cp -a $_pkg/usr/share $fs/usr
31 }