summaryrefslogtreecommitdiffstats
path: root/extra/nutyxman
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/nutyxman
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/nutyxman')
-rw-r--r--extra/nutyxman/.footprint.i6868
-rw-r--r--extra/nutyxman/.footprint.x86_648
-rw-r--r--extra/nutyxman/.md5sum.i6861
-rw-r--r--extra/nutyxman/.md5sum.x86_641
-rw-r--r--extra/nutyxman/Pkgfile19
5 files changed, 0 insertions, 37 deletions
diff --git a/extra/nutyxman/.footprint.i686 b/extra/nutyxman/.footprint.i686
deleted file mode 100644
index 71477235e..000000000
--- a/extra/nutyxman/.footprint.i686
+++ /dev/null
@@ -1,8 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/fr/
-drwxr-xr-x root/root usr/share/man/fr/man1/
--rw-r--r-- root/root usr/share/man/fr/man1/nutyx.1.gz
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/nutyx.1.gz
diff --git a/extra/nutyxman/.footprint.x86_64 b/extra/nutyxman/.footprint.x86_64
deleted file mode 100644
index 71477235e..000000000
--- a/extra/nutyxman/.footprint.x86_64
+++ /dev/null
@@ -1,8 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/fr/
-drwxr-xr-x root/root usr/share/man/fr/man1/
--rw-r--r-- root/root usr/share/man/fr/man1/nutyx.1.gz
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/nutyx.1.gz
diff --git a/extra/nutyxman/.md5sum.i686 b/extra/nutyxman/.md5sum.i686
deleted file mode 100644
index a0d30f3a9..000000000
--- a/extra/nutyxman/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-222858c85554f4b0ca403d5c5b9707bc nutyx.t2t.pakxe
diff --git a/extra/nutyxman/.md5sum.x86_64 b/extra/nutyxman/.md5sum.x86_64
deleted file mode 100644
index a0d30f3a9..000000000
--- a/extra/nutyxman/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-222858c85554f4b0ca403d5c5b9707bc nutyx.t2t.pakxe
diff --git a/extra/nutyxman/Pkgfile b/extra/nutyxman/Pkgfile
deleted file mode 100644
index 9dae51d77..000000000
--- a/extra/nutyxman/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Page man de NuTyX (le minimum vital)
-# URL: http:/:www.nutyx.org
-# Maintainer: NuTyX core team
-# Packager: thierrn1 at hispeed dot ch
-# Depends on: txt2tags
-
-name=nutyxman
-version=0.3.2
-release=1
-source=(http://nutyx.meticul.eu/files/patchs/$name/nutyx.t2t.pakxe)
-
-build() {
- txt2tags -t man -i nutyx.t2t.pakxe -o nutyx.1
- install -D -m 644 nutyx.1 \
- $PKG/usr/share/man/fr/man1/nutyx.1
- install -D -m 644 nutyx.1 \
- $PKG/usr/share/man/man1/nutyx.1
-}
-