wok-next diff smartmontools/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 1ef5ff7449cf
children 757d032c55c7
line diff
     1.1 --- a/smartmontools/receipt	Sun Oct 16 07:27:50 2011 +0000
     1.2 +++ b/smartmontools/receipt	Sat Feb 24 16:17:33 2018 +0200
     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