summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-01-25 16:53:56 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-01-25 16:53:56 +0400
commitc01093e13ecce8a9e646fd3e2fefae8d26bcfdf4 (patch)
tree6cbc51ce0920a2125efb829c022a294a28386d79
parente81557e815b9e90edd1b458275f476d122132009 (diff)
downloadcibs-pkgs-c01093e13ecce8a9e646fd3e2fefae8d26bcfdf4.tar.gz
help2man
-rw-r--r--help2man/Makefile22
-rw-r--r--help2man/help2man.p5m11
2 files changed, 33 insertions, 0 deletions
diff --git a/help2man/Makefile b/help2man/Makefile
new file mode 100644
index 0000000..90d42ed
--- /dev/null
+++ b/help2man/Makefile
@@ -0,0 +1,22 @@
+include /usr/share/cibs/rules/ips.mk
+include /usr/share/cibs/rules/archive.mk
+include /usr/share/cibs/rules/64.mk
+include /usr/share/cibs/rules/autotools.mk
+
+summary := Automatic manpage generator
+license := GPL v3
+license-file := COPYING
+
+home := http://www.gnu.org/software/help2man/
+name := help2man
+version := 1.41.1
+archive := $(name)-$(version).tar.gz
+download := http://ftpmirror.gnu.org/$(name)/$(archive)
+checksum-help2man-1.41.1.tar.gz := \
+ md5:4485615cd699a78eb42444324546942a \
+ sha1:6fc95fa4505b14a243a5ebef58dd5776035c5fef \
+ sha256:3a650ada9453700e34355770d4f74f257fb1dda1a0f24f44b8a3c1d4cb1ee40d \
+ size:192138
+
+# Need perl module Locale::gettext
+# configure-options += --enable-nls
diff --git a/help2man/help2man.p5m b/help2man/help2man.p5m
new file mode 100644
index 0000000..c054632
--- /dev/null
+++ b/help2man/help2man.p5m
@@ -0,0 +1,11 @@
+set name=pkg.fmri value=pkg:/text/$(name)@$(ips-version)
+set name=pkg.summary value="$(summary)"
+set name=info.upstream-url value="$(home)"
+set name=info.source-url value="$(download)"
+
+license $(license-file) license="$(license)"
+
+file path=usr/bin/help2man
+file path=usr/share/info/help2man.info
+file path=usr/share/man/man1/help2man.1
+