wok diff libmtp-dev/receipt @ rev 21435

updated mhwaveedit (1.4.23 -> 1.4.24)
author Hans-G?nter Theisgen
date Sat Apr 27 16:09:59 2019 +0100 (2019-04-27)
parents 34f40fa0b037
children 849f794ecc3b
line diff
     1.1 --- a/libmtp-dev/receipt	Wed Aug 13 17:45:35 2014 +0000
     1.2 +++ b/libmtp-dev/receipt	Sat Apr 27 16:09:59 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmtp-dev"
     1.7 -VERSION="1.1.6"
     1.8 +VERSION="1.1.16"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)"
    1.11 +SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP) - development files."
    1.12  MAINTAINER="keupont@no-log.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="http://libmtp.sourceforge.net/"
    1.15 +
    1.16  WANTED="libmtp"
    1.17 -
    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 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 +
    1.28 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.29 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.30 +	cp -a $install/usr/include		$fs/usr
    1.31  }