wok diff smartmontools/receipt @ rev 13132

libboost-dev: add boost::BOOST_FOREACH fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 08 13:24:52 2012 +0200 (2012-07-08)
parents 4897058add72
children 3b4e4318134e
line diff
     1.1 --- a/smartmontools/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/smartmontools/receipt	Sun Jul 08 13:24:52 2012 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="smartmontools"
     1.7 -VERSION="5.38"
     1.8 +VERSION="5.41"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Monitors disk and tape health via S.M.A.R.T."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="gcc-lib-base"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://smartmontools.sourceforge.net/"
    1.15 -WGET_URL="http://garr.dl.sourceforge.net/sourceforge/smartmontools/$TARBALL"
    1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -17,7 +17,7 @@
    1.21  	./configure --prefix=/usr \
    1.22  	 --sysconfdir=/etc $CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 @@ -26,7 +26,6 @@
    1.30  	mkdir -p $fs/usr $fs/etc/init.d
    1.31  	cp -a $_pkg/usr/sbin $fs/usr
    1.32  	cp $_pkg/etc/smartd.conf $fs/etc/smartd.conf
    1.33 -	install -g root -o root -m 755 stuff/etc/init.d/smartd $fs/etc/init.d
    1.34 -	
    1.35 +	install -g root -o root -m 755 $stuff/etc/init.d/smartd $fs/etc/init.d
    1.36  }
    1.37