summaryrefslogtreecommitdiffstats
path: root/extra/lxshortcut/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 22:07:27 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 22:07:27 +0100
commitbdd0e4acaff16e722704c6e1d0cb6f4911a410f1 (patch)
tree5511a541400bd047c0ed1ea9d48a67aa3c01b1f5 /extra/lxshortcut/Pkgfile
parent1d1e0e8215b98925ffe0f29c8f3f059cf5ed3c39 (diff)
downloadnutyx-extra-bdd0e4acaff16e722704c6e1d0cb6f4911a410f1.tar.gz
nutyx-extra-bdd0e4acaff16e722704c6e1d0cb6f4911a410f1.tar.bz2
nutyx-extra-bdd0e4acaff16e722704c6e1d0cb6f4911a410f1.tar.xz
nutyx-extra-bdd0e4acaff16e722704c6e1d0cb6f4911a410f1.zip
suppression de lxshortcut
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
-}
-
-