wok diff gsl/receipt @ rev 23522
updated python-passlib (1.6.2 -> 1.7.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 13:57:21 2020 +0100 (2020-04-06) |
parents | 617057b68bbf |
children | 17091bc7c301 |
line diff
1.1 --- a/gsl/receipt Sat Mar 09 10:08:12 2019 +0100 1.2 +++ b/gsl/receipt Mon Apr 06 13:57:21 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gsl" 1.7 -VERSION="2.5" 1.8 +VERSION="2.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Numerical library for C and C++ programmers." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -27,7 +27,8 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 + 1.17 cp -a $install/usr/bin $fs/usr 1.18 - rm $fs/usr/bin/*-config 1.19 + rm $fs/usr/bin/*-config 1.20 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.21 }