From 8584ae1a1280efdcd74f2ef43c86eb0b19dbc26e Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 20:57:03 +0200 Subject: Ajout de lxtask#0.1.1-1 --- extra/lxtask/.footprint | 10 ++++++++++ extra/lxtask/.md5sum | 1 + extra/lxtask/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 extra/lxtask/.footprint create mode 100644 extra/lxtask/.md5sum create mode 100644 extra/lxtask/Pkgfile (limited to 'extra') 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 + +} + -- cgit v1.2.3-70-g09d2