wok diff libmtp/receipt @ rev 23954

updated smplayer (20.4.2 -> 20.6.0)
author Hans-G?nter Theisgen
date Tue Sep 22 17:05:06 2020 +0100 (2020-09-22)
parents 92aedd4490b5
children 65d7d867e0c1
line diff
     1.1 --- a/libmtp/receipt	Fri Apr 12 12:59:42 2019 +0100
     1.2 +++ b/libmtp/receipt	Tue Sep 22 17:05:06 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmtp"
     1.7 -VERSION="1.1.16"
     1.8 +VERSION="1.1.17"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)."
    1.11  MAINTAINER="keupont@no-log.org"
    1.12 @@ -17,7 +17,9 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure --disable-mtpz $CONFIGURE_ARGS &&
    1.17 +	./configure		\
    1.18 +		--disable-mtpz	\
    1.19 +		$CONFIGURE_ARGS &&
    1.20  	make -j 1 &&
    1.21  	make install
    1.22  }