wok rev 12618

Up mtpfs (1.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 11:43:08 2012 +0200 (2012-04-29)
parents 6a87109baabd
children 02cc67a2115f
files mtpfs/receipt
line diff
     1.1 --- a/mtpfs/receipt	Sun Apr 29 10:18:59 2012 +0200
     1.2 +++ b/mtpfs/receipt	Sun Apr 29 11:43:08 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mtpfs"
     1.7 -VERSION="0.9"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="FUSE filesystem that supports reading and writing from any MTP device"
    1.11  MAINTAINER="keupont@no-log.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  glib-dev libmad-dev libusb-compat-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://www.adebenham.com/mtpfs/"
    1.16 -WGET_URL="http://www.adebenham.com/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="http://www.adebenham.com/files/mtp/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -22,7 +22,7 @@
    1.22  		--mandir=/usr/share/man \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.