summaryrefslogtreecommitdiffstats
path: root/nutyxman
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /nutyxman
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'nutyxman')
-rw-r--r--nutyxman/.footprint.i6868
-rw-r--r--nutyxman/.footprint.x86_648
-rw-r--r--nutyxman/.md5sum.i6861
-rw-r--r--nutyxman/.md5sum.x86_641
-rw-r--r--nutyxman/Pkgfile19
5 files changed, 37 insertions, 0 deletions
diff --git a/nutyxman/.footprint.i686 b/nutyxman/.footprint.i686
new file mode 100644
index 000000000..71477235e
--- /dev/null
+++ b/nutyxman/.footprint.i686
@@ -0,0 +1,8 @@
+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/nutyxman/.footprint.x86_64 b/nutyxman/.footprint.x86_64
new file mode 100644
index 000000000..71477235e
--- /dev/null
+++ b/nutyxman/.footprint.x86_64
@@ -0,0 +1,8 @@
+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/nutyxman/.md5sum.i686 b/nutyxman/.md5sum.i686
new file mode 100644
index 000000000..a0d30f3a9
--- /dev/null
+++ b/nutyxman/.md5sum.i686
@@ -0,0 +1 @@
+222858c85554f4b0ca403d5c5b9707bc nutyx.t2t.pakxe
diff --git a/nutyxman/.md5sum.x86_64 b/nutyxman/.md5sum.x86_64
new file mode 100644
index 000000000..a0d30f3a9
--- /dev/null
+++ b/nutyxman/.md5sum.x86_64
@@ -0,0 +1 @@
+222858c85554f4b0ca403d5c5b9707bc nutyx.t2t.pakxe
diff --git a/nutyxman/Pkgfile b/nutyxman/Pkgfile
new file mode 100644
index 000000000..9dae51d77
--- /dev/null
+++ b/nutyxman/Pkgfile
@@ -0,0 +1,19 @@
+# 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
+}
+