wok-next rev 21619

updated eigen (3.2.2 -> 3.3.7)
author Hans-G?nter Theisgen
date Thu Jun 25 14:00:56 2020 +0100 (2020-06-25)
parents f873de7b16ce
children 5fd44cb9231b
files eigen/receipt
line diff
     1.1 --- a/eigen/receipt	Thu Jun 25 13:56:38 2020 +0100
     1.2 +++ b/eigen/receipt	Thu Jun 25 14:00:56 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="eigen"
     1.7 -VERSION="3.2.2"
     1.8 +VERSION="3.3.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A C++ template library for linear algebra"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,16 +14,17 @@
    1.13  
    1.14  BUILD_DEPENDS="cmake glib"
    1.15  
    1.16 -compile_rules() {
    1.17 -	mkdir built
    1.18 -	cd    built
    1.19 -	cmake \
    1.20 -		-DCMAKE_INSTALL_PREFIX=/usr \
    1.21 -		.. &&
    1.22 +compile_rules()
    1.23 +{
    1.24 +	mkdir build
    1.25 +	cd    build
    1.26 +	cmake	..				\
    1.27 +		-DCMAKE_INSTALL_PREFIX=/usr &&
    1.28  	make &&
    1.29  	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -genpkg_rules() {
    1.33 -	cp -a $install/* $fs
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	cp -a $install/*	$fs
    1.37  }