diff options
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 +} + |