wok diff gsl-dev/receipt @ rev 22110
python-constantly: add bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 02 13:26:58 2019 +0100 (2019-11-02) |
parents | 8ed62ecac0c7 |
children | 133a372c698f |
line diff
1.1 --- a/gsl-dev/receipt Thu Dec 05 11:43:50 2013 +0000 1.2 +++ b/gsl-dev/receipt Sat Nov 02 13:26:58 2019 +0100 1.3 @@ -1,24 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gsl-dev" 1.7 -VERSION="1.15" 1.8 +VERSION="2.5" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Gsl devel files (library and headers)." 1.11 +SHORT_DESC="Gsl development files (libraries and headers)." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://www.gnu.org/software/gsl/" 1.15 + 1.16 WANTED="gsl" 1.17 -WEB_SITE="http://www.gnu.org/software/gsl/" 1.18 - 1.19 DEPENDS="gsl pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.28 - cp -a $install/usr/share/aclocal $fs/usr/share 1.29 - cp -a $install/usr/bin/*-config $fs/usr/bin 1.30 + cp -a $install/usr/include $fs/usr 1.31 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.32 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.33 + cp -a $install/usr/share/aclocal $fs/usr/share 1.34 + cp -a $install/usr/bin/*-config $fs/usr/bin 1.35 chmod +x $fs/usr/bin/* 1.36 }