summaryrefslogtreecommitdiffstats
path: root/base/nutyxman/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:27:47 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:27:47 +0200
commitf72558ad9efe9be7ee9777753ea717558b3b9658 (patch)
tree4c7c73402fd47f6ca663192609dba5618d34a50c /base/nutyxman/Pkgfile
parent60b34ce67a39b1e4a2b69e4149a6c0a9ed62b20b (diff)
downloadnutyx-pakxe-f72558ad9efe9be7ee9777753ea717558b3b9658.tar.gz
nutyx-pakxe-f72558ad9efe9be7ee9777753ea717558b3b9658.tar.bz2
nutyx-pakxe-f72558ad9efe9be7ee9777753ea717558b3b9658.tar.xz
nutyx-pakxe-f72558ad9efe9be7ee9777753ea717558b3b9658.zip
Ajout de nutyxman#0.2-1
Diffstat (limited to 'base/nutyxman/Pkgfile')
-rw-r--r--base/nutyxman/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/nutyxman/Pkgfile b/base/nutyxman/Pkgfile
new file mode 100644
index 000000000..93fbd9c90
--- /dev/null
+++ b/base/nutyxman/Pkgfile
@@ -0,0 +1,19 @@
+# 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.2
+release=1
+source=(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
+}
+