summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:57:03 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:57:03 +0200
commit8584ae1a1280efdcd74f2ef43c86eb0b19dbc26e (patch)
tree7bdc9c1bfb9bd2c54ff0c71036ba257c42e3a952 /extra
parent6cd811947476dbfeac256e36d05309b5b9da576e (diff)
downloadnutyx-pakxe-8584ae1a1280efdcd74f2ef43c86eb0b19dbc26e.tar.gz
nutyx-pakxe-8584ae1a1280efdcd74f2ef43c86eb0b19dbc26e.tar.bz2
nutyx-pakxe-8584ae1a1280efdcd74f2ef43c86eb0b19dbc26e.tar.xz
nutyx-pakxe-8584ae1a1280efdcd74f2ef43c86eb0b19dbc26e.zip
Ajout de lxtask#0.1.1-1
Diffstat (limited to 'extra')
-rw-r--r--extra/lxtask/.footprint10
-rw-r--r--extra/lxtask/.md5sum1
-rw-r--r--extra/lxtask/Pkgfile19
3 files changed, 30 insertions, 0 deletions
diff --git a/extra/lxtask/.footprint b/extra/lxtask/.footprint
new file mode 100644
index 000000000..22bdea5bc
--- /dev/null
+++ b/extra/lxtask/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lxtask
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/lxtask.desktop
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lxtask.mo
diff --git a/extra/lxtask/.md5sum b/extra/lxtask/.md5sum
new file mode 100644
index 000000000..33bd83ee6
--- /dev/null
+++ b/extra/lxtask/.md5sum
@@ -0,0 +1 @@
+9362c2f74136760fb24a6c67ff34cc3c lxtask-0.1.1.tar.gz
diff --git a/extra/lxtask/Pkgfile b/extra/lxtask/Pkgfile
new file mode 100644
index 000000000..ab4f8d4cf
--- /dev/null
+++ b/extra/lxtask/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Gestionnaire de tâches dérivé de xfce4-taskmanager
+# URL: http://lxde.org/about.html
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=lxtask
+version=0.1.1
+release=1
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+}
+