wok-current rev 24769
lapack: CMAKE_INSTALL_LIBDIR=/usr/lib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 19 14:14:13 2022 +0000 (2022-03-19) |
parents | 37dc4a16deb5 |
children | 5105b399919c |
files | lapack/receipt sshproxy/receipt |
line diff
1.1 --- a/lapack/receipt Sat Mar 19 12:46:44 2022 +0000 1.2 +++ b/lapack/receipt Sat Mar 19 14:14:13 2022 +0000 1.3 @@ -41,7 +41,7 @@ 1.4 mkdir _build && 1.5 cd _build && 1.6 cmake .. \ 1.7 - -D CMAKE_INSTALL_LIBDIR=/usr/lib/lapack \ 1.8 + -D CMAKE_INSTALL_LIBDIR=/usr/lib \ 1.9 -D BUILD_SHARED_LIBS=ON && 1.10 make && 1.11 make install
2.1 --- a/sshproxy/receipt Sat Mar 19 12:46:44 2022 +0000 2.2 +++ b/sshproxy/receipt Sat Mar 19 14:14:13 2022 +0000 2.3 @@ -14,6 +14,13 @@ 2.4 DEPENDS="python paramiko python-mysql pycrypto" 2.5 BUILD_DEPENDS="paramiko python-mysql pycrypto" 2.6 2.7 +# What is the latest version available today? 2.8 +current_version() 2.9 +{ 2.10 + wget -O - https://github.com/eldondevcg/sshproxy/tags 2>/dev/null | \ 2.11 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;s|-|_|;q' 2.12 +} 2.13 + 2.14 # Rules to configure and make the package. 2.15 compile_rules() 2.16 {