wok diff gsmartcontrol/receipt @ rev 14207
w3m: config receipt to use patches
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Mar 15 13:42:03 2013 +0000 (2013-03-15) |
parents | 4ae2b0a61e64 |
children | 7bb096863642 |
line diff
1.1 --- a/gsmartcontrol/receipt Fri May 27 06:01:54 2011 +0200 1.2 +++ b/gsmartcontrol/receipt Fri Mar 15 13:42:03 2013 +0000 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 }