wok diff cppunit-dev/receipt @ rev 23620

updated rtaudio and rtaudio-dev (4.0.11 -> 5.1.0)
author Hans-G?nter Theisgen
date Tue Apr 14 14:59:40 2020 +0100 (2020-04-14)
parents 851fc1686394
children dcb071a5e9e6
line diff
     1.1 --- a/cppunit-dev/receipt	Thu Dec 05 10:45:02 2013 +0000
     1.2 +++ b/cppunit-dev/receipt	Tue Apr 14 14:59:40 2020 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cppunit-dev"
     1.7 -VERSION="1.12.1"
     1.8 +VERSION="1.15.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Devel file for the cppunit framework."
    1.11 +SHORT_DESC="Development files for the cppunit framework."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -WEB_SITE="http://cppunit.sourceforge.net/"
    1.15 -WANTED="cppunit"
    1.16 +WEB_SITE="https://freedesktop.org/wiki/Software/cppunit/"
    1.17  
    1.18  DEPENDS="pkg-config"
    1.19 +WANTED="cppunit"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.25 -	cp -a $install/usr/bin $fs/usr
    1.26 -	cp -a $install/usr/include $fs/usr
    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/share/aclocal $fs/usr/share
    1.30 +	mkdir -p $fs/usr/lib
    1.31 +#	mkdir -p $fs/usr/share
    1.32 +
    1.33 +	cp -a $install/usr/bin			$fs/usr
    1.34 +	cp -a $install/usr/include		$fs/usr
    1.35 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.36 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.37 +#	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.38  }