wok rev 13190

Up gsmartcontrol (0.8.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 04 14:45:59 2012 +0200 (2012-08-04)
parents 1a2778defe0c
children 41d27278e315
files gsmartcontrol/receipt
line diff
     1.1 --- a/gsmartcontrol/receipt	Fri Aug 03 21:44:00 2012 +0200
     1.2 +++ b/gsmartcontrol/receipt	Sat Aug 04 14:45:59 2012 +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  }