wok-stable diff smartmontools/receipt @ rev 8015
add libxfce4ui, libxfce4ui-dev
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:07:47 2011 +0100 (2011-01-20) |
parents | a075ff895254 |
children | 1ef5ff7449cf |
line diff
1.1 --- a/smartmontools/receipt Tue May 13 09:50:02 2008 +0200 1.2 +++ b/smartmontools/receipt Thu Jan 20 02:07:47 2011 +0100 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