diff options
author | tnut <tnut at nutyx dot com> | 2012-04-04 19:47:06 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-04-04 19:47:06 +0200 |
commit | ec87e18d7b9fe6cb2543525f657a5ef0603e2d61 (patch) | |
tree | d46fd4b3a06ef01186ba0a78c910b00a12ff295e /nutyxman/Pkgfile | |
parent | a0296576b76c28b4dc1a529b36a615095356ee7e (diff) | |
download | nutyx-pakxe-ec87e18d7b9fe6cb2543525f657a5ef0603e2d61.tar.gz nutyx-pakxe-ec87e18d7b9fe6cb2543525f657a5ef0603e2d61.tar.bz2 nutyx-pakxe-ec87e18d7b9fe6cb2543525f657a5ef0603e2d61.tar.xz nutyx-pakxe-ec87e18d7b9fe6cb2543525f657a5ef0603e2d61.zip |
nutyxman dans base
Diffstat (limited to 'nutyxman/Pkgfile')
-rw-r--r-- | nutyxman/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
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 +} + |