summaryrefslogtreecommitdiffstats
path: root/lxshortcut/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'lxshortcut/Pkgfile')
-rw-r--r--lxshortcut/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lxshortcut/Pkgfile b/lxshortcut/Pkgfile
new file mode 100644
index 000000000..f78881459
--- /dev/null
+++ b/lxshortcut/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Gestionnaire de raccourcis pour lxde
+# URL: http://lxde.org/
+# Maintainer: Martin Bagge
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+# Run on: gtk
+
+name=lxshortcut
+version=0.1.2
+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
+}
+
+