wok-6.x diff gsmartcontrol/receipt @ rev 17678
Up emacs-pkg-po-mode (0.19.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 18 12:16:55 2015 +0100 (2015-02-18) |
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 Feb 18 12:16:55 2015 +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 }