wok rev 22885

updated gsl and gsl-dev (2.5 -> 2.6)
author Hans-G?nter Theisgen
date Sat Feb 22 16:56:40 2020 +0100 (2020-02-22)
parents b8ba1ff08a50
children ad4e28b853f9
files gsl-dev/receipt gsl/receipt
line diff
     1.1 --- a/gsl-dev/receipt	Sat Feb 22 16:44:15 2020 +0100
     1.2 +++ b/gsl-dev/receipt	Sat Feb 22 16:56:40 2020 +0100
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gsl-dev"
     1.7 -VERSION="2.5"
     1.8 +VERSION="2.6"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Gsl development files (libraries and headers)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://www.gnu.org/software/gsl/"
    1.14  
    1.15 +DEPENDS="gsl pkg-config"
    1.16  WANTED="gsl"
    1.17 -DEPENDS="gsl pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share
    1.23 +	mkdir -p $fs/usr/lib
    1.24 +	mkdir -p $fs/usr/bin $fs/usr/share
    1.25 +
    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  	cp -a $install/usr/bin/*-config		$fs/usr/bin
    1.31 -	chmod +x $fs/usr/bin/*
    1.32 +	chmod +x				$fs/usr/bin/*
    1.33  }
     2.1 --- a/gsl/receipt	Sat Feb 22 16:44:15 2020 +0100
     2.2 +++ b/gsl/receipt	Sat Feb 22 16:56:40 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gsl"
     2.7 -VERSION="2.5"
     2.8 +VERSION="2.6"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Numerical library for C and C++ programmers."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -27,7 +27,8 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr/lib
    2.16 +
    2.17  	cp -a $install/usr/bin		$fs/usr
    2.18 -	rm $fs/usr/bin/*-config
    2.19 +	rm				$fs/usr/bin/*-config
    2.20  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.21  }