summaryrefslogtreecommitdiffstats
path: root/extra/lxshortcut/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:55:07 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:55:07 +0200
commit6cd811947476dbfeac256e36d05309b5b9da576e (patch)
tree235c35959492dd9590cdffd8d66771c0377bd07b /extra/lxshortcut/Pkgfile
parent26c3b88b4426c09921c2bff58b41680ac1e575c4 (diff)
downloadnutyx-extra-6cd811947476dbfeac256e36d05309b5b9da576e.tar.gz
nutyx-extra-6cd811947476dbfeac256e36d05309b5b9da576e.tar.bz2
nutyx-extra-6cd811947476dbfeac256e36d05309b5b9da576e.tar.xz
nutyx-extra-6cd811947476dbfeac256e36d05309b5b9da576e.zip
Ajout de lxshortcut#0.1.1-1
Diffstat (limited to 'extra/lxshortcut/Pkgfile')
-rw-r--r--extra/lxshortcut/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/lxshortcut/Pkgfile b/extra/lxshortcut/Pkgfile
new file mode 100644
index 000000000..e0acfb172
--- /dev/null
+++ b/extra/lxshortcut/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Gestionnaire de raccourcis pour lxde
+# URL: http://lxde.org/
+# Maintainer:geanbrun
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=lxshortcut
+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
+}
+