# HG changeset patch # User Pascal Bellard # Date 1344084359 -7200 # Node ID d1ca7c37020e575ddaaecc7be54811169d04385e # Parent 1a2778defe0c42d0323718586c1c43e08812452e Up gsmartcontrol (0.8.6) diff -r 1a2778defe0c -r d1ca7c37020e gsmartcontrol/receipt --- a/gsmartcontrol/receipt Fri Aug 03 21:44:00 2012 +0200 +++ b/gsmartcontrol/receipt Sat Aug 04 14:45:59 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gsmartcontrol" -VERSION="0.8.5" +VERSION="0.8.6" CATEGORY="system-tools" SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)." MAINTAINER="pankso@slitaz.org" @@ -16,6 +16,9 @@ compile_rules() { cd $src + sed -i '/ifndef _WIN32/{NNNNNNNNNd}' src/hz/sync_policy_glib.h + sed -i 's/lock(hz_glib/lock(g/' src/hz/sync_policy_glib.h + ./configure --prefix=/usr $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install }