diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:55:07 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:55:07 +0200 |
commit | 6cd811947476dbfeac256e36d05309b5b9da576e (patch) | |
tree | 235c35959492dd9590cdffd8d66771c0377bd07b /extra/lxshortcut/Pkgfile | |
parent | 26c3b88b4426c09921c2bff58b41680ac1e575c4 (diff) | |
download | nutyx-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/Pkgfile | 22 |
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 +} + |