wok rev 518

Add: hardinfo (System info) + galculator
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 08 20:37:25 2008 +0200 (2008-04-08)
parents 28948d3430a1
children 5785b6983469
files galculator/receipt galculator/stuff/galculator.desktop galculator/stuff/galculator.png hardinfo/receipt hardinfo/stuff/hardinfo.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/galculator/receipt	Tue Apr 08 20:37:25 2008 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="galculator"
     1.7 +VERSION="1.3.1"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Graphical scientific calculator."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="gtk+ libglade"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://galculator.sourceforge.net/"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	./configure \
    1.21 +		--prefix=/usr \
    1.22 +		$CONFIGURE_ARGS
    1.23 +	make
    1.24 +	make DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/share
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.33 +}
    1.34 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/galculator/stuff/galculator.desktop	Tue Apr 08 20:37:25 2008 +0200
     2.3 @@ -0,0 +1,16 @@
     2.4 +[Desktop Entry]
     2.5 +Name=Scientific Calculator
     2.6 +Name[fr]=Calculatrice scientifique
     2.7 +Comment=Perform simple and scientific calculations
     2.8 +Comment[de]=Ausführen von einfachen und wissenschaftlichen Berechnungen
     2.9 +Comment[ja]=単純な科学計算を実行します
    2.10 +Comment[pl]=Wykonaj proste lub naukowe obliczenia
    2.11 +Comment[pt_BR]=Executa cálculos simples e científicos
    2.12 +Comment[sk]=Kalkulačka na jednoduché i vedecké výpočty
    2.13 +Exec=galculator
    2.14 +Icon=galculator.png
    2.15 +Terminal=false
    2.16 +Type=Application
    2.17 +Categories=Application;Utility;
    2.18 +StartupNotify=true
    2.19 +Encoding=UTF-8
     3.1 Binary file galculator/stuff/galculator.png has changed
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/hardinfo/receipt	Tue Apr 08 20:37:25 2008 +0200
     4.3 @@ -0,0 +1,32 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="hardinfo"
     4.7 +VERSION="0.4.2.3"
     4.8 +CATEGORY="system-tools"
     4.9 +SHORT_DESC="A tool to get hardware informations and perform benchmarks."
    4.10 +MAINTAINER="pankso@slitaz.org"
    4.11 +DEPENDS="gtk+ pciutils"
    4.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.13 +WEB_SITE="http://hardinfo.berlios.de/"
    4.14 +WGET_URL="http://download.berlios.de/hardinfo/$TARBALL"
    4.15 +
    4.16 +# Rules to configure and make the package.
    4.17 +compile_rules()
    4.18 +{
    4.19 +	cd $src
    4.20 +	./configure \
    4.21 +		--prefix=/usr \
    4.22 +		$CONFIGURE_ARGS
    4.23 +	make
    4.24 +	make DESTDIR=$PWD/_pkg install
    4.25 +}
    4.26 +
    4.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.28 +genpkg_rules()
    4.29 +{
    4.30 +	mkdir -p $fs/usr/lib/$PACKAGE/modules $fs/usr/share
    4.31 +	cp -a $_pkg/usr/bin $fs/usr
    4.32 +	cp -a $src/*.so $fs/usr/lib/$PACKAGE/modules
    4.33 +	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    4.34 +}
    4.35 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/hardinfo/stuff/hardinfo.desktop	Tue Apr 08 20:37:25 2008 +0200
     5.3 @@ -0,0 +1,11 @@
     5.4 +[Desktop Entry]
     5.5 +Encoding=UTF-8
     5.6 +Name=System Informations
     5.7 +Name[fr]=Informations système
     5.8 +Name[pt_BR]=Informações e Testes do Sistema
     5.9 +Exec=hardinfo
    5.10 +Icon=/usr/share/hardinfo/pixmaps/logo.png
    5.11 +Terminal=false
    5.12 +Type=Application
    5.13 +StartupNotify=true
    5.14 +Categories=System