wok rev 4043

Add gsmartcontro (GUI for smartctl)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Sep 08 22:55:13 2009 +0200 (2009-09-08)
parents e5e1be1b2e88
children 3490850a16fa
files gsmartcontrol/receipt gsmartcontrol/stuff/gsmartcontrol.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gsmartcontrol/receipt	Tue Sep 08 22:55:13 2009 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gsmartcontrol"
     1.7 +VERSION="0.8.5"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +DEPENDS="pcre gtk+ gtkmm smartmontools"
    1.13 +BUILD_DEPENDS="pcre-dev gtk+-dev gtkmm-dev"
    1.14 +WEB_SITE="http://gsmartcontrol.berlios.de/"
    1.15 +WGET_URL="$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.22 +	make &&
    1.23 +	make DESTDIR=$PWD/_pkg install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/bin
    1.30 +	cp -a $_pkg/usr/bin/gsmartcontrol $fs/usr/bin
    1.31 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gsmartcontrol/stuff/gsmartcontrol.desktop	Tue Sep 08 22:55:13 2009 +0200
     2.3 @@ -0,0 +1,7 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=Smart Control
     2.7 +Icon=gsmartcontrol
     2.8 +Exec=subox gsmartcontrol
     2.9 +Type=Application
    2.10 +Categories=System;Monitor;