# HG changeset patch # User Rohit Joshi # Date 1259237308 0 # Node ID 26631d3b1e166ac15fc20b957637024bce0482fe # Parent 4ab9080e26aa3abc0955949d9c573cfb446cd508 Up:hplip; improve receipt diff -r 4ab9080e26aa -r 26631d3b1e16 hplip/receipt --- a/hplip/receipt Thu Nov 26 12:07:22 2009 +0000 +++ b/hplip/receipt Thu Nov 26 12:08:28 2009 +0000 @@ -1,28 +1,20 @@ # SliTaz package receipt. PACKAGE="hplip" -VERSION="3.9.4b" +VERSION="3.9.10" CATEGORY="system-tools" SHORT_DESC="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" MAINTAINER="jozee@slitaz.org" -DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff sane-backends" -BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev sane-backends pkg-config libusb-dev jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python" +DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff sane-backends libgphoto2 libexif" +BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev sane-backends libexif-dev libgphoto2-dev libgphoto2 pkg-config libusb-dev jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://hplipopensource.com" WGET_URL="http://downloads.sourceforge.net/sourceforge/hplip/$TARBALL" -# Rules to configure and make the package. --prefix=/usr \ +# Rules to configure and make the package. --prefix=/usr compile_rules() { cd $src - while read file; do - [ -f done.$file ] && continue - echo "Apply $file..." - patch -p0 < ../stuff/$PACKAGE-$VERSION-$file || return 1 - touch done.$file - done <