wok-next rev 20349

Up gsmartcontrol (0.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 19:01:01 2017 +0100 (2017-11-18)
parents 8907e670e716
children 4d58cc2186c2
files gsmartcontrol/receipt n2nc/receipt
line diff
     1.1 --- a/gsmartcontrol/receipt	Sat Nov 18 17:19:51 2017 +0100
     1.2 +++ b/gsmartcontrol/receipt	Sat Nov 18 19:01:01 2017 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gsmartcontrol"
     1.7 -VERSION="0.8.6"
     1.8 +VERSION="0.9.0"
     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  LICENSE="GPL2 GPL3"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://gsmartcontrol.berlios.de/"
    1.15 -WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
    1.16 +WEB_SITE="https://gsmartcontrol.sourceforge.io/home/"
    1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    1.18  
    1.19  DEPENDS="pcre glib gtk+ cairomm gtkmm smartmontools"
    1.20  BUILD_DEPENDS="pcre-dev glib-dev gtk+-dev cairomm-dev gtkmm-dev"
    1.21 @@ -16,10 +16,6 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	sed -i '/ifndef _WIN32/{NNNNNNNNNd}' src/hz/sync_policy_glib.h
    1.27 -	sed -i 's/lock(hz_glib/lock(g/' src/hz/sync_policy_glib.h
    1.28 -	
    1.29  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.30  	make && make DESTDIR=$DESTDIR install
    1.31  }
     2.1 --- a/n2nc/receipt	Sat Nov 18 17:19:51 2017 +0100
     2.2 +++ b/n2nc/receipt	Sat Nov 18 19:01:01 2017 +0100
     2.3 @@ -16,6 +16,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 +	sed -i 's|<< std::cerr|<< std::endl|' src/examples/rsa.cpp src/rsa.cpp
     2.8  	sed -i 's|fcntl.h>|&\n#include <unistd.h>|' src/nixsys.h
     2.9  	libtoolize --force
    2.10  	aclocal