wok-next diff gsmartcontrol/receipt @ rev 14292
Up: ecore (1.7.5)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Apr 07 10:04:16 2013 +0200 (2013-04-07) |
parents | 4ae2b0a61e64 |
children | 7bb096863642 |
line diff
1.1 --- a/gsmartcontrol/receipt Fri May 27 06:01:54 2011 +0200 1.2 +++ b/gsmartcontrol/receipt Sun Apr 07 10:04:16 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gsmartcontrol" 1.7 -VERSION="0.8.5" 1.8 +VERSION="0.8.6" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,6 +16,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + sed -i '/ifndef _WIN32/{NNNNNNNNNd}' src/hz/sync_policy_glib.h 1.17 + sed -i 's/lock(hz_glib/lock(g/' src/hz/sync_policy_glib.h 1.18 + 1.19 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.20 make && make DESTDIR=$DESTDIR install 1.21 }