# HG changeset patch # User Pascal Bellard # Date 1306331201 -7200 # Node ID 68859c818455ca7c0a3acf6c9ae5b6fcb06384a9 # Parent 62cfbad52d5171a55c51c8499d8a34dd480daed1 libmtp: update bdeps diff -r 62cfbad52d51 -r 68859c818455 libmtp/receipt --- a/libmtp/receipt Wed May 25 15:45:17 2011 +0200 +++ b/libmtp/receipt Wed May 25 15:46:41 2011 +0200 @@ -6,6 +6,7 @@ SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)" MAINTAINER="keupont@no-log.org" DEPENDS="libusb-compat" +BUILD_DEPENDS="libusb-compat" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libmtp.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -14,7 +15,7 @@ compile_rules() { cd $src - ./configure && make && make install + ./configure && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.