wok diff smartmontools/receipt @ rev 21084

updated john (1.7.8 -> 1.8.0)
author Hans-G?nter Theisgen
date Fri Mar 15 14:28:58 2019 +0100 (2019-03-15)
parents 1ef5ff7449cf
children d01348e6aa1c
line diff
     1.1 --- a/smartmontools/receipt	Sun Oct 16 07:27:50 2011 +0000
     1.2 +++ b/smartmontools/receipt	Fri Mar 15 14:28:58 2019 +0100
     1.3 @@ -5,11 +5,13 @@
     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="gcc-lib-base"
     1.8 +LICENSE="GPL2"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://smartmontools.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12  
    1.13 +DEPENDS="gcc-lib-base"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -24,8 +26,8 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr $fs/etc/init.d
    1.22 -	cp -a $_pkg/usr/sbin $fs/usr
    1.23 -	cp $_pkg/etc/smartd.conf $fs/etc/smartd.conf
    1.24 +	cp -a $install/usr/sbin $fs/usr
    1.25 +	cp $install/etc/smartd.conf $fs/etc/smartd.conf
    1.26  	install -g root -o root -m 755 $stuff/etc/init.d/smartd $fs/etc/init.d
    1.27  }
    1.28