diff options
-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 + +} + + |