wok-next diff arpack-ng/receipt @ rev 21245
updated cups-filters (1.11.1 -> 1.25.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 15:55:07 2019 +0100 (2019-12-05) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/arpack-ng/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/arpack-ng/receipt Thu Dec 05 15:55:07 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="arpack-ng" 1.7 -VERSION="3.6.3" 1.8 +VERSION="3.7.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Fortran77 subroutines to solve large scale eigenvalue problems" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -9,22 +9,24 @@ 1.13 WEB_SITE="https://github.com/opencollab/arpack-ng" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://github.com/opencollab/arpack-ng/archive/$VERSION.tar.gz" 1.17 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.18 1.19 -BUILD_DEPENDS="automake libtool gfortran lapack" 1.20 +BUILD_DEPENDS="automake gfortran lapack libtool" 1.21 SPLIT="$PACKAGE-dev" 1.22 1.23 -compile_rules() { 1.24 +compile_rules() 1.25 +{ 1.26 ./bootstrap && 1.27 - ./configure \ 1.28 - --disable-static \ 1.29 + ./configure \ 1.30 + --disable-static \ 1.31 $CONFIGURE_ARGS && 1.32 fix libtool && 1.33 make && 1.34 make install 1.35 } 1.36 1.37 -genpkg_rules() { 1.38 +genpkg_rules() 1.39 +{ 1.40 case $PACKAGE in 1.41 arpack-ng) 1.42 copy @std