diff options
Diffstat (limited to 'extra/nutyxman/Pkgfile')
-rw-r--r-- | extra/nutyxman/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
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 -} - |