wok diff liburcu-dev/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents 5ffe5c4c78fd
children 9d1055261327
line diff
     1.1 --- a/liburcu-dev/receipt	Sun Jul 02 18:38:44 2017 +0200
     1.2 +++ b/liburcu-dev/receipt	Sat Apr 20 11:34:23 2019 +0100
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="liburcu-dev"
     1.7 -VERSION="0.10.0"
     1.8 +VERSION="0.10.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Userspace RCU (read-copy-update) library, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="http://liburcu.org/"
    1.14 +WEB_SITE="https://liburcu.org/"
    1.15 +
    1.16  WANTED="liburcu"
    1.17 -
    1.18  DEPENDS="liburcu pkg-config"
    1.19  
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 +
    1.27 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.28 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30  }