wok diff libmtp-dev/receipt @ rev 20195

Up xfsprogs (4.14.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 14:48:56 2018 +0100 (2018-02-12)
parents 8ed62ecac0c7
children 92aedd4490b5
line diff
     1.1 --- a/libmtp-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libmtp-dev/receipt	Mon Feb 12 14:48:56 2018 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmtp-dev"
     1.7 -VERSION="1.1.5"
     1.8 +VERSION="1.1.6"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)"
    1.11  MAINTAINER="keupont@no-log.org"
    1.12  LICENSE="LGPL2.1"
    1.13 +WEB_SITE="http://libmtp.sourceforge.net/"
    1.14  WANTED="libmtp"
    1.15 -WEB_SITE="http://libmtp.sourceforge.net/"
    1.16  
    1.17 -DEPENDS="libmtp libusb libusb-dev pkg-config"
    1.18 +DEPENDS="libmtp libusb-dev pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22 @@ -18,5 +18,4 @@
    1.23  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25  	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/bin $fs/usr
    1.27  }