wok rev 9883

xsane: Fix BD
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 01:16:19 2011 +0200 (2011-05-17)
parents e2bcd8d58be1
children 5462e43ce103
files xsane/receipt
line diff
     1.1 --- a/xsane/receipt	Tue May 17 01:04:54 2011 +0200
     1.2 +++ b/xsane/receipt	Tue May 17 01:16:19 2011 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="XSane - graphical scanning frontend."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="sane-backends gtk+ tiff xorg-libXdamage lcms libv4l libtool"
     1.8 -BUILD_DEPENDS="gtk+-dev sane-backends-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.xsane.org/"
    1.11  WGET_URL="http://www.xsane.org/download/$TARBALL"
    1.12  
    1.13 +DEPENDS="sane-backends gtk+ tiff xorg-libXdamage lcms libv4l libtool"
    1.14 +BUILD_DEPENDS="gtk+-dev sane-backends-dev lcms-dev "
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -20,7 +21,7 @@
    1.20  		--mandir=/usr/share/man \
    1.21  		$CONFIGURE_ARGS &&
    1.22  	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	make DESTDIR=$DESTDIR install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.