summaryrefslogtreecommitdiffstats
path: root/lxlauncher/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-25 22:38:40 +0100
committertnut <tnut at nutyx dot com>2012-01-25 22:38:40 +0100
commit4df159e77249401e3e2e5e961f3a4723fe33d108 (patch)
tree1a36e77705cf2cd9b68b5f6c8060cb4f71d50787 /lxlauncher/Pkgfile
parent9c4f698c994d4d7d8ce81e4f2ebb72601145645f (diff)
downloadnutyx-extra-4df159e77249401e3e2e5e961f3a4723fe33d108.tar.gz
nutyx-extra-4df159e77249401e3e2e5e961f3a4723fe33d108.tar.bz2
nutyx-extra-4df159e77249401e3e2e5e961f3a4723fe33d108.tar.xz
nutyx-extra-4df159e77249401e3e2e5e961f3a4723fe33d108.zip
ajout lxlauncher
Diffstat (limited to 'lxlauncher/Pkgfile')
-rw-r--r--lxlauncher/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lxlauncher/Pkgfile b/lxlauncher/Pkgfile
new file mode 100644
index 000000000..0657268b3
--- /dev/null
+++ b/lxlauncher/Pkgfile
@@ -0,0 +1,22 @@
+# Description: launcher pour lxde
+# URL: http://lxde.org/about.html
+# Maintainer: Hong Jen Yee (PCMan) pcman dot tw at gmail dot com
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk, startup-notification, menu-cache
+# Run on: gtk,startup-notification,menu-cache
+
+name=lxlauncher
+version=0.2.2
+release=1
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+
+}
+
+