wok diff pari-dev/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 051931e905b0
children 79c1549784d0
line diff
     1.1 --- a/pari-dev/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/pari-dev/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pari-dev"
     1.7 -VERSION="2.5.3"
     1.8 +VERSION="2.11.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Devel files for PARI/GP"
    1.11 +SHORT_DESC="Development files for pari."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://pari.math.u-bordeaux.fr/"
    1.15 +WEB_SITE="https://pari.math.u-bordeaux.fr/"
    1.16 +
    1.17  WANTED="pari"
    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
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25 +
    1.26 +	cp -a $install/usr/include	$fs/usr
    1.27 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.28  }