wok diff libtirpc-dev/receipt @ rev 21456

updated mlt-dev again (6.4.1 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:54:45 2019 +0100 (2019-04-29)
parents 8dd8bab3f0ca
children ce958cbd9cf3
line diff
     1.1 --- a/libtirpc-dev/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/libtirpc-dev/receipt	Mon Apr 29 17:54:45 2019 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtirpc-dev"
     1.7 -VERSION="0.2.1"
     1.8 +VERSION="1.1.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Transport-Independent RPC library, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://sourceforge.net/projects/libtirpc/"
    1.14 +
    1.15  WANTED="libtirpc"
    1.16 +DEPENDS="libtirpc pkg-config"
    1.17 +
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 -DEPENDS="libtirpc pkg-config"
    1.21 -
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 +
    1.30 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33  }