wok diff libsctp-dev/receipt @ rev 22849

bluez: add v4 deprecated tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 16 18:25:39 2020 +0100 (2020-02-16)
parents 8d6f480bf664
children 7dd01dedad38
line diff
     1.1 --- a/libsctp-dev/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libsctp-dev/receipt	Sun Feb 16 18:25:39 2020 +0100
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsctp-dev"
     1.7 -VERSION="1.0.11"
     1.8 +VERSION="1.0.17"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Stream Control Transmission Protocol developement libraries."
    1.11 +SHORT_DESC="Stream Control Transmission Protocol - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2.1"
    1.14  WEB_SITE="http://lksctp.sourceforge.net/"
    1.15 +
    1.16  WANTED="sctp-tools"
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib/lksctp-tools
    1.22 -	cp -a $install/usr/include $fs/usr
    1.23 -	cp -a $install/usr/lib/libsctp.*a $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/lksctp-tools/*a $fs/usr/lib/lksctp-tools
    1.25 +
    1.26 +	cp -a $install/usr/include		$fs/usr
    1.27 +	cp -a $install/usr/lib/libsctp.*a	$fs/usr/lib
    1.28 +	cp -a $install/usr/lib/lksctp-tools/*a	$fs/usr/lib/lksctp-tools
    1.29  }
    1.30 -