wok diff smartmontools/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents d01348e6aa1c
children c1b9da2fd6c7
line diff
     1.1 --- a/smartmontools/receipt	Sat Oct 05 19:43:37 2019 +0100
     1.2 +++ b/smartmontools/receipt	Tue Apr 06 13:52:57 2021 +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	\