diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:57:03 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:57:03 +0200 |
commit | 8584ae1a1280efdcd74f2ef43c86eb0b19dbc26e (patch) | |
tree | 7bdc9c1bfb9bd2c54ff0c71036ba257c42e3a952 | |
parent | 6cd811947476dbfeac256e36d05309b5b9da576e (diff) | |
download | nutyx-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
-rw-r--r-- | extra/lxtask/.footprint | 10 | ||||
-rw-r--r-- | extra/lxtask/.md5sum | 1 | ||||
-rw-r--r-- | extra/lxtask/Pkgfile | 19 |
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 + +} + |