wok diff gsmartcontrol/receipt @ rev 20628
Add libatomic, up firefox-official (64.0)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Jan 02 17:15:48 2019 -0500 (2019-01-02) |
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 Jan 02 17:15:48 2019 -0500 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 }