wok diff libmtp-dev/receipt @ rev 24808

updated libmtp, libmtp-dev and mtp-tools (1.1.17 -> 1.1.19)
author Hans-G?nter Theisgen
date Tue Mar 22 16:29:00 2022 +0100 (2022-03-22)
parents 849f794ecc3b
children 81a0a7a51fa6
line diff
     1.1 --- a/libmtp-dev/receipt	Wed Mar 11 13:18:42 2020 +0100
     1.2 +++ b/libmtp-dev/receipt	Tue Mar 22 16:29:00 2022 +0100
     1.3 @@ -1,22 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmtp-dev"
     1.7 -VERSION="1.1.17"
     1.8 +VERSION="1.1.19"
     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"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="http://libmtp.sourceforge.net/"
    1.14 +WEB_SITE="https://sourceforge.net/projects/libmtp/"
    1.15  
    1.16 +DEPENDS="libmtp libusb-dev pkg-config"
    1.17  WANTED="libmtp"
    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  {
    1.23 -	mkdir -p $fs/usr/lib
    1.24 -
    1.25 -	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.27 -	cp -a $install/usr/include		$fs/usr
    1.28 +	get_dev_files
    1.29  }