summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 22:08:53 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 22:08:53 +0100
commit4c28fdb42b2fc34ddeef7c16a3ca1fb8c63e68d2 (patch)
tree412ff11ad8f3f889022d75ba73ead83b81c3e013 /extra
parentfd03b0b02331aa09ebc7652d405785ac5ea1b746 (diff)
downloadnutyx-extra-4c28fdb42b2fc34ddeef7c16a3ca1fb8c63e68d2.tar.gz
nutyx-extra-4c28fdb42b2fc34ddeef7c16a3ca1fb8c63e68d2.tar.bz2
nutyx-extra-4c28fdb42b2fc34ddeef7c16a3ca1fb8c63e68d2.tar.xz
nutyx-extra-4c28fdb42b2fc34ddeef7c16a3ca1fb8c63e68d2.zip
suppression de lxnm
Diffstat (limited to 'extra')
-rw-r--r--extra/lxnm/.footprint.i68616
-rw-r--r--extra/lxnm/.footprint.x86_6416
-rw-r--r--extra/lxnm/.md5sum.i6861
-rw-r--r--extra/lxnm/.md5sum.x86_641
-rw-r--r--extra/lxnm/Pkgfile20
5 files changed, 0 insertions, 54 deletions
diff --git a/extra/lxnm/.footprint.i686 b/extra/lxnm/.footprint.i686
deleted file mode 100644
index 5a31230c1..000000000
--- a/extra/lxnm/.footprint.i686
+++ /dev/null
@@ -1,16 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/lxnm
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/lxnm/
--rwxr-xr-x root/root usr/share/lxnm/ethdown.sh
--rwxr-xr-x root/root usr/share/lxnm/ethrepair.sh
--rwxr-xr-x root/root usr/share/lxnm/ethup.sh
--rw-r--r-- root/root usr/share/lxnm/lxnm.conf
--rwxr-xr-x root/root usr/share/lxnm/wificonnect.sh
--rwxr-xr-x root/root usr/share/lxnm/wifidown.sh
--rwxr-xr-x root/root usr/share/lxnm/wifirepair.sh
--rwxr-xr-x root/root usr/share/lxnm/wifiup.sh
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/lxnm.1.gz
diff --git a/extra/lxnm/.footprint.x86_64 b/extra/lxnm/.footprint.x86_64
deleted file mode 100644
index 5a31230c1..000000000
--- a/extra/lxnm/.footprint.x86_64
+++ /dev/null
@@ -1,16 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/lxnm
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/lxnm/
--rwxr-xr-x root/root usr/share/lxnm/ethdown.sh
--rwxr-xr-x root/root usr/share/lxnm/ethrepair.sh
--rwxr-xr-x root/root usr/share/lxnm/ethup.sh
--rw-r--r-- root/root usr/share/lxnm/lxnm.conf
--rwxr-xr-x root/root usr/share/lxnm/wificonnect.sh
--rwxr-xr-x root/root usr/share/lxnm/wifidown.sh
--rwxr-xr-x root/root usr/share/lxnm/wifirepair.sh
--rwxr-xr-x root/root usr/share/lxnm/wifiup.sh
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/lxnm.1.gz
diff --git a/extra/lxnm/.md5sum.i686 b/extra/lxnm/.md5sum.i686
deleted file mode 100644
index c06d0238d..000000000
--- a/extra/lxnm/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-2ee64e5fad4a27a522f1eb2da08dd46a lxnm-0.2.2.tar.gz
diff --git a/extra/lxnm/.md5sum.x86_64 b/extra/lxnm/.md5sum.x86_64
deleted file mode 100644
index c06d0238d..000000000
--- a/extra/lxnm/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-2ee64e5fad4a27a522f1eb2da08dd46a lxnm-0.2.2.tar.gz
diff --git a/extra/lxnm/Pkgfile b/extra/lxnm/Pkgfile
deleted file mode 100644
index 92aa9d590..000000000
--- a/extra/lxnm/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Gestionnaire de réseaux rapide, légé et simple
-# URL: http://lxde.org/about.html
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk
-# Run on: gtk
-
-name=lxnm
-version=0.2.2
-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
-}
-
-