wok diff gsmartcontrol/receipt @ rev 13621

audacity: use local ffmpeg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 13 15:37:43 2012 +0100 (2012-11-13)
parents 4ae2b0a61e64
children 7bb096863642
line diff
     1.1 --- a/gsmartcontrol/receipt	Fri May 27 06:01:54 2011 +0200
     1.2 +++ b/gsmartcontrol/receipt	Tue Nov 13 15:37:43 2012 +0100
     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  }