summaryrefslogtreecommitdiff
path: root/help2man
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-09-26 07:27:41 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-09-26 07:27:41 +1000
commitd8b53bec3b526c8e0d5f573389aa0aef2a9c3795 (patch)
treedfac3f05daf9be6e7a9ab82820d4084c11f127fc /help2man
parent7ec3e923322468df54c115620f8a93260137c94b (diff)
downloadcontrib-d8b53bec3b526c8e0d5f573389aa0aef2a9c3795.tar.gz
contrib-d8b53bec3b526c8e0d5f573389aa0aef2a9c3795.tar.xz
help2man: new port
Diffstat (limited to 'help2man')
-rw-r--r--help2man/.footprint7
-rw-r--r--help2man/.md5sum1
-rw-r--r--help2man/Pkgfile24
3 files changed, 32 insertions, 0 deletions
diff --git a/help2man/.footprint b/help2man/.footprint
new file mode 100644
index 000000000..1b565c0a0
--- /dev/null
+++ b/help2man/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/help2man
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/help2man.1.gz
diff --git a/help2man/.md5sum b/help2man/.md5sum
new file mode 100644
index 000000000..08a7f3d2c
--- /dev/null
+++ b/help2man/.md5sum
@@ -0,0 +1 @@
+d31a0a38c2ec71faa06723f6b8bd3076 help2man-1.36.4.tar.gz
diff --git a/help2man/Pkgfile b/help2man/Pkgfile
new file mode 100644
index 000000000..ec8e88e97
--- /dev/null
+++ b/help2man/Pkgfile
@@ -0,0 +1,24 @@
+# Description: A tool for automatically generating simple manual pages from program output.
+# URL: http://www.gnu.org/software/help2man/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: Younes Hafri, ycrux at club-internet dot fr
+# Depends on:
+
+name=help2man
+version=1.36.4
+release=1
+source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.gz)
+
+build() {
+ cd help2man-$version
+
+ ./configure \
+ --prefix=/usr \
+ --disable-nls
+
+ make
+ make prefix=$PKG/usr install
+
+ rm -rf $PKG/usr/info
+}
+

Generated by cgit