# HG changeset patch # User Eric Joseph-Alexandre # Date 1305587779 -7200 # Node ID 19e4b0cb5caa565425b9a87e09e27e9e5c2678e3 # Parent e2bcd8d58be1ea613f5385bd35835182524a705a xsane: Fix BD diff -r e2bcd8d58be1 -r 19e4b0cb5caa xsane/receipt --- a/xsane/receipt Tue May 17 01:04:54 2011 +0200 +++ b/xsane/receipt Tue May 17 01:16:19 2011 +0200 @@ -5,12 +5,13 @@ CATEGORY="office" SHORT_DESC="XSane - graphical scanning frontend." MAINTAINER="pankso@slitaz.org" -DEPENDS="sane-backends gtk+ tiff xorg-libXdamage lcms libv4l libtool" -BUILD_DEPENDS="gtk+-dev sane-backends-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xsane.org/" WGET_URL="http://www.xsane.org/download/$TARBALL" +DEPENDS="sane-backends gtk+ tiff xorg-libXdamage lcms libv4l libtool" +BUILD_DEPENDS="gtk+-dev sane-backends-dev lcms-dev " + # Rules to configure and make the package. compile_rules() { @@ -20,7 +21,7 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.