# HG changeset patch # User Christopher Rogers # Date 1318750070 0 # Node ID 1ef5ff7449cf310e3470fe00979b8693b5f2d416 # Parent dfca2060aa3279739cca73de0c46a92b67db65a8 Up: smartmontools to 5.41. diff -r dfca2060aa32 -r 1ef5ff7449cf smartmontools/receipt --- a/smartmontools/receipt Sun Oct 16 07:26:33 2011 +0000 +++ b/smartmontools/receipt Sun Oct 16 07:27:50 2011 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="smartmontools" -VERSION="5.38" +VERSION="5.41" CATEGORY="system-tools" SHORT_DESC="Monitors disk and tape health via S.M.A.R.T." MAINTAINER="erjo@slitaz.org" DEPENDS="gcc-lib-base" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://smartmontools.sourceforge.net/" -WGET_URL="http://garr.dl.sourceforge.net/sourceforge/smartmontools/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -17,7 +17,7 @@ ./configure --prefix=/usr \ --sysconfdir=/etc $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -26,7 +26,6 @@ mkdir -p $fs/usr $fs/etc/init.d cp -a $_pkg/usr/sbin $fs/usr cp $_pkg/etc/smartd.conf $fs/etc/smartd.conf - install -g root -o root -m 755 stuff/etc/init.d/smartd $fs/etc/init.d - + install -g root -o root -m 755 $stuff/etc/init.d/smartd $fs/etc/init.d }