wok diff gsl-dev/receipt @ rev 21034

updated help2man (1.40.12 -> 1.47.8)
author Hans-G?nter Theisgen
date Mon Mar 11 13:26:42 2019 +0100 (2019-03-11)
parents 8ed62ecac0c7
children 133a372c698f
line diff
     1.1 --- a/gsl-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/gsl-dev/receipt	Mon Mar 11 13:26:42 2019 +0100
     1.3 @@ -1,24 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gsl-dev"
     1.7 -VERSION="1.15"
     1.8 +VERSION="2.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Gsl devel files (library and headers)."
    1.11 +SHORT_DESC="Gsl development files (libraries and headers)."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnu.org/software/gsl/"
    1.15 +
    1.16  WANTED="gsl"
    1.17 -WEB_SITE="http://www.gnu.org/software/gsl/"
    1.18 -
    1.19  DEPENDS="gsl pkg-config"
    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/bin $fs/usr/share
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $install/usr/share/aclocal $fs/usr/share
    1.29 -	cp -a $install/usr/bin/*-config $fs/usr/bin
    1.30 +	cp -a $install/usr/include		$fs/usr
    1.31 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.32 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.33 +	cp -a $install/usr/share/aclocal	$fs/usr/share
    1.34 +	cp -a $install/usr/bin/*-config		$fs/usr/bin
    1.35  	chmod +x $fs/usr/bin/*
    1.36  }