wok diff matio-dev/receipt @ rev 21873
Up wpa_supplicant (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 15:06:17 2019 +0200 (2019-09-27) |
parents | 86790a278e70 |
children | 94368a89899f |
line diff
1.1 --- a/matio-dev/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/matio-dev/receipt Fri Sep 27 15:06:17 2019 +0200 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="matio-dev" 1.7 -VERSION="1.5.2" 1.8 +VERSION="1.5.15" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="MAT File I/O Library." 1.11 +SHORT_DESC="Library for reading and writing Matlab MAT files - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 -WEB_SITE="https://sourceforge.net/projects/matio/" 1.15 -WANTED="matio" 1.16 +WEB_SITE="https://matio.sourceforge.io/" 1.17 1.18 DEPENDS="matio pkg-config" 1.19 +WANTED="matio" 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 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 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*a $fs/usr/lib 1.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 }