From acd5faa434201c30f6557057f1c83da0e03c1961 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 25 Jan 2012 22:50:13 +0100 Subject: ajout lxshortcut --- lxshortcut/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lxshortcut/Pkgfile (limited to 'lxshortcut/Pkgfile') 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 +} + + -- cgit v1.2.3-54-g00ecf