diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:09:37 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:09:37 +0100 |
commit | 26f7fc766df8c51b05e5854ab950174102f33c46 (patch) | |
tree | ab4e245f41540fa8afabe124cd02d12cf86f5621 /extra/lxlauncher/Pkgfile | |
parent | 2a5437479a7a0c9a5efa6458b37dadd73eef5bd0 (diff) | |
download | nutyx-extra-26f7fc766df8c51b05e5854ab950174102f33c46.tar.gz nutyx-extra-26f7fc766df8c51b05e5854ab950174102f33c46.tar.bz2 nutyx-extra-26f7fc766df8c51b05e5854ab950174102f33c46.tar.xz nutyx-extra-26f7fc766df8c51b05e5854ab950174102f33c46.zip |
suppression de lxlauncher
Diffstat (limited to 'extra/lxlauncher/Pkgfile')
-rw-r--r-- | extra/lxlauncher/Pkgfile | 22 |
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 - -} - - |