diff options
author | tnut <tnut at nutyx dot com> | 2012-01-25 22:39:00 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-25 22:39:00 +0100 |
commit | 2157271d6812a02601290a2a5b5250597d3edb5a (patch) | |
tree | 88ce4b15bf63b1faaf9f5d94050e619bb3c0acb8 | |
parent | 7a08ab3ccdb14231b28da7219b73417c7713cfa4 (diff) | |
download | nutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.tar.gz nutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.tar.bz2 nutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.tar.xz nutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.zip |
ajout lxtask
-rw-r--r-- | lxtask/.footprint.i686 | 10 | ||||
-rw-r--r-- | lxtask/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | lxtask/.md5sum.i686 | 1 | ||||
-rw-r--r-- | lxtask/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | lxtask/Pkgfile | 21 |
5 files changed, 43 insertions, 0 deletions
diff --git a/lxtask/.footprint.i686 b/lxtask/.footprint.i686 new file mode 100644 index 000000000..22bdea5bc --- /dev/null +++ b/lxtask/.footprint.i686 @@ -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/lxtask/.footprint.x86_64 b/lxtask/.footprint.x86_64 new file mode 100644 index 000000000..22bdea5bc --- /dev/null +++ b/lxtask/.footprint.x86_64 @@ -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/lxtask/.md5sum.i686 b/lxtask/.md5sum.i686 new file mode 100644 index 000000000..af6b61eb6 --- /dev/null +++ b/lxtask/.md5sum.i686 @@ -0,0 +1 @@ +c4ab47d03d41a88696d64d3f1e78cf7f lxtask-0.1.4.tar.gz diff --git a/lxtask/.md5sum.x86_64 b/lxtask/.md5sum.x86_64 new file mode 100644 index 000000000..af6b61eb6 --- /dev/null +++ b/lxtask/.md5sum.x86_64 @@ -0,0 +1 @@ +c4ab47d03d41a88696d64d3f1e78cf7f lxtask-0.1.4.tar.gz diff --git a/lxtask/Pkgfile b/lxtask/Pkgfile new file mode 100644 index 000000000..e076ecce5 --- /dev/null +++ b/lxtask/Pkgfile @@ -0,0 +1,21 @@ +# Description: Gestionnaire de tâches dérivé de xfce4-taskmanager +# URL: http://lxde.org/about.html +# Maintainer: pcman dot tw at gmail dot com +# Packager: geantbrun at gmail dot com +# Depends on: gtk +# Run on: gtk + +name=lxtask +version=0.1.4 +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 + +} + + |