wok rev 10511

libmtp: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 15:46:41 2011 +0200 (2011-05-25)
parents 62cfbad52d51
children ca3a94ba488f
files libmtp/receipt
line diff
     1.1 --- a/libmtp/receipt	Wed May 25 15:45:17 2011 +0200
     1.2 +++ b/libmtp/receipt	Wed May 25 15:46:41 2011 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)"
     1.5  MAINTAINER="keupont@no-log.org"
     1.6  DEPENDS="libusb-compat"
     1.7 +BUILD_DEPENDS="libusb-compat"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://libmtp.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -14,7 +15,7 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	./configure && make && make install
    1.16 +	./configure && make && make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.