wok diff gsmartcontrol/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents d1ca7c37020e
children e3f377fbc5f0
line diff
     1.1 --- a/gsmartcontrol/receipt	Sat Aug 04 14:45:59 2012 +0200
     1.2 +++ b/gsmartcontrol/receipt	Wed Apr 20 23:17:41 2016 -0300
     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  }