wok annotate hal-cups-utils/receipt @ rev 11801

syslinux: fix ifmem.c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:52:40 2012 +0100 (2012-02-25)
parents a9ae9905e1b7
children 7774e5026029
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"
jozee@4566 7 SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs"
jozee@4566 8 WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils"
jozee@4566 9 TARBALL="${PACKAGE}_${VERSION}+git20090217.orig.tar.gz"
jozee@4566 10 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/h/$PACKAGE/$TARBALL"
jozee@4566 11 TAGS=""
jozee@4566 12
pankso@10441 13 DEPENDS="hal dbus dbus-glib cups"
pascal@11367 14 BUILD_DEPENDS="hal-dev dbus-dev dbus-glib-dev cups-dev"
pankso@10441 15
jozee@4566 16 # Rules to configure and make the package.
jozee@4566 17
jozee@4566 18 compile_rules() {
pankso@10441 19 cd $src
pankso@10441 20 ./configure \
pankso@10441 21 --libexecdir=/usr/lib/hal/scripts/ &&
pankso@10441 22 make && make install
jozee@4566 23 }
jozee@4566 24
jozee@4566 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4566 26 genpkg_rules()
jozee@4566 27 {
jozee@4566 28 mkdir -p $fs/usr
jozee@4566 29 cp -a $_pkg/usr/lib $fs/usr
jozee@4566 30 cp -a $_pkg/usr/share $fs/usr
jozee@4566 31 }