summaryrefslogtreecommitdiffstats
path: root/extra/lxlauncher/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lxlauncher/Pkgfile')
-rw-r--r--extra/lxlauncher/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/lxlauncher/Pkgfile b/extra/lxlauncher/Pkgfile
deleted file mode 100644
index 82b2e692a..000000000
--- a/extra/lxlauncher/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: launcher pour lxde
-# URL: http://lxde.org/about.html
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk, startup-notification, menu-cache, gnome-menus
-# Run on: gtk,startup-notification,menu-cache,gnome-menus
-
-name=lxlauncher
-version=0.2.1
-release=1
-source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc
- make
- make DESTDIR=$PKG install
-
-}
-
-