diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 01:10:08 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-18 01:10:08 +0100 |
commit | 1b7e372595ea81cd444953bbbeff858c0aa66d2d (patch) | |
tree | 2f9bac9bcf78b7f5a6caa7c8246940841dcd5e24 /extra | |
parent | ec61352b5fdf4144d5492b3892d1086acf2387cd (diff) | |
download | nutyx-extra-1b7e372595ea81cd444953bbbeff858c0aa66d2d.tar.gz nutyx-extra-1b7e372595ea81cd444953bbbeff858c0aa66d2d.tar.bz2 nutyx-extra-1b7e372595ea81cd444953bbbeff858c0aa66d2d.tar.xz nutyx-extra-1b7e372595ea81cd444953bbbeff858c0aa66d2d.zip |
nutyxman, maj 0.3.2-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/nutyxman/.footprint.i686 | 8 | ||||
-rw-r--r-- | extra/nutyxman/.footprint.x86_64 | 8 | ||||
-rw-r--r-- | extra/nutyxman/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/nutyxman/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/nutyxman/Pkgfile | 19 |
5 files changed, 37 insertions, 0 deletions
diff --git a/extra/nutyxman/.footprint.i686 b/extra/nutyxman/.footprint.i686 new file mode 100644 index 000000000..71477235e --- /dev/null +++ b/extra/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/extra/nutyxman/.footprint.x86_64 b/extra/nutyxman/.footprint.x86_64 new file mode 100644 index 000000000..71477235e --- /dev/null +++ b/extra/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/extra/nutyxman/.md5sum.i686 b/extra/nutyxman/.md5sum.i686 new file mode 100644 index 000000000..a0d30f3a9 --- /dev/null +++ b/extra/nutyxman/.md5sum.i686 @@ -0,0 +1 @@ +222858c85554f4b0ca403d5c5b9707bc nutyx.t2t.pakxe diff --git a/extra/nutyxman/.md5sum.x86_64 b/extra/nutyxman/.md5sum.x86_64 new file mode 100644 index 000000000..a0d30f3a9 --- /dev/null +++ b/extra/nutyxman/.md5sum.x86_64 @@ -0,0 +1 @@ +222858c85554f4b0ca403d5c5b9707bc nutyx.t2t.pakxe diff --git a/extra/nutyxman/Pkgfile b/extra/nutyxman/Pkgfile new file mode 100644 index 000000000..9dae51d77 --- /dev/null +++ b/extra/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 +} + |