# HG changeset patch # User Christophe Lincoln # Date 1207679845 -7200 # Node ID 70b2d74dff927d0cf2a0e087c53a1b4edb778627 # Parent 28948d3430a1e835869e8ea2db1ff0e9f23466f1 Add: hardinfo (System info) + galculator diff -r 28948d3430a1 -r 70b2d74dff92 galculator/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galculator/receipt Tue Apr 08 20:37:25 2008 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="galculator" +VERSION="1.3.1" +CATEGORY="system-tools" +SHORT_DESC="Graphical scientific calculator." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ libglade" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://galculator.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$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/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share +} + diff -r 28948d3430a1 -r 70b2d74dff92 galculator/stuff/galculator.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galculator/stuff/galculator.desktop Tue Apr 08 20:37:25 2008 +0200 @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=Scientific Calculator +Name[fr]=Calculatrice scientifique +Comment=Perform simple and scientific calculations +Comment[de]=Ausführen von einfachen und wissenschaftlichen Berechnungen +Comment[ja]=単純な科学計算を実行します +Comment[pl]=Wykonaj proste lub naukowe obliczenia +Comment[pt_BR]=Executa cálculos simples e científicos +Comment[sk]=Kalkulačka na jednoduché i vedecké výpočty +Exec=galculator +Icon=galculator.png +Terminal=false +Type=Application +Categories=Application;Utility; +StartupNotify=true +Encoding=UTF-8 diff -r 28948d3430a1 -r 70b2d74dff92 galculator/stuff/galculator.png Binary file galculator/stuff/galculator.png has changed diff -r 28948d3430a1 -r 70b2d74dff92 hardinfo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hardinfo/receipt Tue Apr 08 20:37:25 2008 +0200 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="hardinfo" +VERSION="0.4.2.3" +CATEGORY="system-tools" +SHORT_DESC="A tool to get hardware informations and perform benchmarks." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ pciutils" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://hardinfo.berlios.de/" +WGET_URL="http://download.berlios.de/hardinfo/$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/lib/$PACKAGE/modules $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $src/*.so $fs/usr/lib/$PACKAGE/modules + cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share +} + diff -r 28948d3430a1 -r 70b2d74dff92 hardinfo/stuff/hardinfo.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hardinfo/stuff/hardinfo.desktop Tue Apr 08 20:37:25 2008 +0200 @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=System Informations +Name[fr]=Informations système +Name[pt_BR]=Informações e Testes do Sistema +Exec=hardinfo +Icon=/usr/share/hardinfo/pixmaps/logo.png +Terminal=false +Type=Application +StartupNotify=true +Categories=System