summaryrefslogtreecommitdiffstats
path: root/lxtask/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-25 22:39:00 +0100
committertnut <tnut at nutyx dot com>2012-01-25 22:39:00 +0100
commit2157271d6812a02601290a2a5b5250597d3edb5a (patch)
tree88ce4b15bf63b1faaf9f5d94050e619bb3c0acb8 /lxtask/Pkgfile
parent7a08ab3ccdb14231b28da7219b73417c7713cfa4 (diff)
downloadnutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.tar.gz
nutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.tar.bz2
nutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.tar.xz
nutyx-extra-2157271d6812a02601290a2a5b5250597d3edb5a.zip
ajout lxtask
Diffstat (limited to 'lxtask/Pkgfile')
-rw-r--r--lxtask/Pkgfile21
1 files changed, 21 insertions, 0 deletions
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
+
+}
+
+