wok rev 23089

updated libmtp and libmtp-dev (1.1.16 -> 1.1.17)
author Hans-G?nter Theisgen
date Wed Mar 11 13:18:42 2020 +0100 (2020-03-11)
parents a37cdf5d9bb4
children 98cf458f5c62
files libmtp-dev/receipt libmtp/receipt
line diff
     1.1 --- a/libmtp-dev/receipt	Wed Mar 11 10:35:54 2020 +0100
     1.2 +++ b/libmtp-dev/receipt	Wed Mar 11 13:18:42 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmtp-dev"
     1.7 -VERSION="1.1.16"
     1.8 +VERSION="1.1.17"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP) - development files."
    1.11  MAINTAINER="keupont@no-log.org"
     2.1 --- a/libmtp/receipt	Wed Mar 11 10:35:54 2020 +0100
     2.2 +++ b/libmtp/receipt	Wed Mar 11 13:18:42 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libmtp"
     2.7 -VERSION="1.1.16"
     2.8 +VERSION="1.1.17"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)."
    2.11  MAINTAINER="keupont@no-log.org"
    2.12 @@ -17,7 +17,9 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	./configure --disable-mtpz $CONFIGURE_ARGS &&
    2.17 +	./configure		\
    2.18 +		--disable-mtpz	\
    2.19 +		$CONFIGURE_ARGS &&
    2.20  	make -j 1 &&
    2.21  	make install
    2.22  }