summaryrefslogtreecommitdiffstats
path: root/base/nutyxman/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-18 01:10:08 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-18 01:10:08 +0100
commit1b7e372595ea81cd444953bbbeff858c0aa66d2d (patch)
tree2f9bac9bcf78b7f5a6caa7c8246940841dcd5e24 /base/nutyxman/Pkgfile
parentec61352b5fdf4144d5492b3892d1086acf2387cd (diff)
downloadnutyx-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 'base/nutyxman/Pkgfile')
-rw-r--r--base/nutyxman/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/nutyxman/Pkgfile b/base/nutyxman/Pkgfile
deleted file mode 100644
index 9fd0eced2..000000000
--- a/base/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: fred.galusik at gmail dot com
-# Depends on: txt2tags
-
-name=nutyxman
-version=0.3.1
-release=1
-source=(http://nutyx.meticul.eu/files/patchs/$name/nutyx.t2t)
-
-build() {
- txt2tags -t man -i nutyx.t2t -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
-}
-