summaryrefslogtreecommitdiffstats
path: root/extra/lxnm
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:52:45 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:52:45 +0200
commitb78d0b4f8e478370ced600200f4cf4369c439fdb (patch)
treebe0601a65408272d6d45f522b06532088f09f3f3 /extra/lxnm
parentd690b8ddbd991861e9ecd47b0653c9ea26f6518d (diff)
downloadnutyx-extra-b78d0b4f8e478370ced600200f4cf4369c439fdb.tar.gz
nutyx-extra-b78d0b4f8e478370ced600200f4cf4369c439fdb.tar.bz2
nutyx-extra-b78d0b4f8e478370ced600200f4cf4369c439fdb.tar.xz
nutyx-extra-b78d0b4f8e478370ced600200f4cf4369c439fdb.zip
Ajout de lxnm#0.2.2-1
Diffstat (limited to 'extra/lxnm')
-rw-r--r--extra/lxnm/.footprint16
-rw-r--r--extra/lxnm/.md5sum1
-rw-r--r--extra/lxnm/Pkgfile18
3 files changed, 35 insertions, 0 deletions
diff --git a/extra/lxnm/.footprint b/extra/lxnm/.footprint
new file mode 100644
index 000000000..5a31230c1
--- /dev/null
+++ b/extra/lxnm/.footprint
@@ -0,0 +1,16 @@
+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 b/extra/lxnm/.md5sum
new file mode 100644
index 000000000..c06d0238d
--- /dev/null
+++ b/extra/lxnm/.md5sum
@@ -0,0 +1 @@
+2ee64e5fad4a27a522f1eb2da08dd46a lxnm-0.2.2.tar.gz
diff --git a/extra/lxnm/Pkgfile b/extra/lxnm/Pkgfile
new file mode 100644
index 000000000..ad00b99dc
--- /dev/null
+++ b/extra/lxnm/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+
+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
+}
+