wok-next rev 21710

updated gsl (2.4 -> 2.6)
author Hans-G?nter Theisgen
date Mon Jul 06 16:06:27 2020 +0100 (2020-07-06)
parents 170a92fefc99
children cd0b26ebd44b
files gsl/receipt
line diff
     1.1 --- a/gsl/receipt	Mon Jul 06 15:58:43 2020 +0100
     1.2 +++ b/gsl/receipt	Mon Jul 06 16:06:27 2020 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gsl"
     1.7 -VERSION="2.4"
     1.8 +VERSION="2.6"
     1.9  CATEGORY="libdevel"
    1.10  SHORT_DESC="GNU Scientific Library"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://www.gnu.org/software/gsl/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/gsl.html"
    1.16 @@ -14,18 +14,24 @@
    1.17  
    1.18  SPLIT="gsl-dev"
    1.19  
    1.20 -compile_rules() {
    1.21 -	./configure \
    1.22 -		--disable-static \
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure			\
    1.26 +		--disable-static	\
    1.27  		$CONFIGURE_ARGS &&
    1.28  	fix libtool &&
    1.29  	make $MAKEFLAGS &&
    1.30  	make install
    1.31  }
    1.32  
    1.33 -genpkg_rules() {
    1.34 +genpkg_rules()
    1.35 +{
    1.36  	case $PACKAGE in
    1.37 -		gsl)   copy @std;;
    1.38 -		*-dev) copy @dev;;
    1.39 +		(gsl)
    1.40 +			copy @std
    1.41 +			;;
    1.42 +		(*-dev)
    1.43 +			copy @dev
    1.44 +			;;
    1.45  	esac
    1.46  }