wok-current diff mtpfs/receipt @ rev 13002
Up: netatalk to 2.2.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jun 06 10:19:55 2012 +0000 (2012-06-06) |
parents | a26533414b94 |
children | 4a418a388a07 |
line diff
1.1 --- a/mtpfs/receipt Thu May 26 12:30:54 2011 +0200 1.2 +++ b/mtpfs/receipt Wed Jun 06 10:19:55 2012 +0000 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.