wok diff smartmontools/receipt @ rev 9562

par2: fix CATEGORY
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 11 22:57:42 2011 +0200 (2011-04-11)
parents a075ff895254
children 1ef5ff7449cf
line diff
     1.1 --- a/smartmontools/receipt	Tue May 13 09:50:02 2008 +0200
     1.2 +++ b/smartmontools/receipt	Mon Apr 11 22:57:42 2011 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Monitors disk and tape health via S.M.A.R.T."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="gcc-lib-base"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://smartmontools.sourceforge.net/"
    1.11  WGET_URL="http://garr.dl.sourceforge.net/sourceforge/smartmontools/$TARBALL"
    1.12 @@ -15,8 +15,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr \
    1.16 -	 --sysconfdir=/etc $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	 --sysconfdir=/etc $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22