wok rev 705

Add LXTask (Task/Process Manager)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 14:31:35 2008 +0200 (2008-05-02)
parents 7fe44f4e2cda
children 13cca08d79b8
files lxtask/receipt lxtask/stuff/lxtask.desktop lxtask/stuff/lxtask.png
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxtask/receipt	Fri May 02 14:31:35 2008 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lxtask"
     1.7 +VERSION="0.1"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Ssytem task manager with a nice GTK interface."
    1.10 +BUILD_DEPENDS="gtk+-dev"
    1.11 +MAINTAINER="pankso@slitaz.org"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://lxde.sourceforge.net/"
    1.14 +WGET_URL="$SF_MIRROR/lxde/$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 +		--mandir=/usr/share/man
    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
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +}
    1.33 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/lxtask/stuff/lxtask.desktop	Fri May 02 14:31:35 2008 +0200
     2.3 @@ -0,0 +1,15 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=Task Manager
     2.7 +Name[fr]=Gestionnaire de tâches
     2.8 +Name[zh_TW]=工作管理員
     2.9 +Comment=Manage running processes
    2.10 +Comment[zh_TW]=管理執行中的程式
    2.11 +GenericName=Process manager
    2.12 +GenericName=工作管理員
    2.13 +Exec=lxtask
    2.14 +Icon=lxtask.png
    2.15 +Terminal=false
    2.16 +StartupNotify=true
    2.17 +Type=Application
    2.18 +Categories=Application;System;Utility;
     3.1 Binary file lxtask/stuff/lxtask.png has changed