summaryrefslogtreecommitdiffstats
path: root/extra/lxshortcut/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lxshortcut/Pkgfile')
-rw-r--r--extra/lxshortcut/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/lxshortcut/Pkgfile b/extra/lxshortcut/Pkgfile
deleted file mode 100644
index 8ea163dfb..000000000
--- a/extra/lxshortcut/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-# Run 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
-}
-
-