diff options
-rw-r--r-- | extra/lxnm/.footprint.i686 | 16 | ||||
-rw-r--r-- | extra/lxnm/.footprint.x86_64 | 16 | ||||
-rw-r--r-- | extra/lxnm/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/lxnm/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/lxnm/Pkgfile | 20 |
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 -} - - |