wok-current rev 23650
updated smartmontools (7.0 -> 7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 14:57:44 2020 +0100 (2020-04-20) |
parents | 0699e7a9c776 |
children | a9dfb33cb7bb |
files | smartmontools/receipt |
line diff
1.1 --- a/smartmontools/receipt Mon Apr 20 13:31:36 2020 +0000 1.2 +++ b/smartmontools/receipt Mon Apr 20 14:57:44 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="smartmontools" 1.7 -VERSION="7.0" 1.8 +VERSION="7.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Monitors disk and tape health via S.M.A.R.T." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -17,10 +17,9 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - export CC=gcc-83 1.17 - export CXX=g++-83 1.18 - 1.19 ./configure \ 1.20 + CC=gcc-83 \ 1.21 + CXX=g++-83 \ 1.22 --prefix=/usr \ 1.23 --sysconfdir=/etc \ 1.24 --with-nvme-devicescan \