wok-next diff libmtp-dev/receipt @ rev 19435
zerobin: add download button
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 04 15:33:49 2016 +0200 (2016-10-04) |
parents | 8ed62ecac0c7 |
children | 4048d48a47c1 |
line diff
1.1 --- a/libmtp-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/libmtp-dev/receipt Tue Oct 04 15:33:49 2016 +0200 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 }