wok diff gsmartcontrol/receipt @ rev 17449

Up dropbear (2014.66)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 16 18:51:42 2014 +0100 (2014-12-16)
parents d1ca7c37020e
children e3f377fbc5f0
line diff
     1.1 --- a/gsmartcontrol/receipt	Sat Aug 04 14:45:59 2012 +0200
     1.2 +++ b/gsmartcontrol/receipt	Tue Dec 16 18:51:42 2014 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2 GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://gsmartcontrol.berlios.de/"
    1.10  WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
    1.11 @@ -27,5 +28,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/bin
    1.15 -	cp -a $_pkg/usr/bin/gsmartcontrol $fs/usr/bin
    1.16 +	cp -a $install/usr/bin/gsmartcontrol $fs/usr/bin
    1.17  }