# HG changeset patch # User Christophe Lincoln # Date 1252443313 -7200 # Node ID 05fc1cdab76b78ec43cc56bca89a866d09fe09bf # Parent e5e1be1b2e88384a884d5f0fda78edc0891adc28 Add gsmartcontro (GUI for smartctl) diff -r e5e1be1b2e88 -r 05fc1cdab76b gsmartcontrol/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsmartcontrol/receipt Tue Sep 08 22:55:13 2009 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="gsmartcontrol" +VERSION="0.8.5" +CATEGORY="system-tools" +SHORT_DESC="Hard disk drive health inspection tool (GUI for smartctl)." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +DEPENDS="pcre gtk+ gtkmm smartmontools" +BUILD_DEPENDS="pcre-dev gtk+-dev gtkmm-dev" +WEB_SITE="http://gsmartcontrol.berlios.de/" +WGET_URL="$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $_pkg/usr/bin/gsmartcontrol $fs/usr/bin +} diff -r e5e1be1b2e88 -r 05fc1cdab76b gsmartcontrol/stuff/gsmartcontrol.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsmartcontrol/stuff/gsmartcontrol.desktop Tue Sep 08 22:55:13 2009 +0200 @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Smart Control +Icon=gsmartcontrol +Exec=subox gsmartcontrol +Type=Application +Categories=System;Monitor;