summaryrefslogtreecommitdiff
path: root/gperf
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-10-24 14:48:04 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-10-24 14:48:04 +0400
commit98cb3b26f4043c9a83029c21855ff61b7601e611 (patch)
treee0e08eb9e6a168c65444dfc9751a522cb08b0ab3 /gperf
downloadcibs-pkgs-98cb3b26f4043c9a83029c21855ff61b7601e611.tar.gz
Initial commit from cibs/examples
Diffstat (limited to 'gperf')
-rw-r--r--gperf/Makefile20
-rw-r--r--gperf/gperf.p5m18
2 files changed, 38 insertions, 0 deletions
diff --git a/gperf/Makefile b/gperf/Makefile
new file mode 100644
index 0000000..6d3ca23
--- /dev/null
+++ b/gperf/Makefile
@@ -0,0 +1,20 @@
+include /usr/share/cibs/rules/ips.mk
+include /usr/share/cibs/rules/archive.mk
+include /usr/share/cibs/rules/autotools.mk
+include /usr/share/cibs/rules/32.mk
+
+summary := GNU implementation of the traditional Unix macro processor
+license := GPL
+license-file := COPYING
+
+
+name := gperf
+home := http://www.gnu.org/software/$(name)/
+version := 3.0.4
+archive := $(name)-$(version).tar.gz
+download := http://ftp.gnu.org/gnu/$(name)/$(archive)
+checksum := \
+ md5:c1f1db32fb6598d6a93e6e88796a8632 \
+ sha1:e32d4aff8f0c730c9a56554377b2c6d82d0951b8 \
+ sha256:767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e \
+ size:983500
diff --git a/gperf/gperf.p5m b/gperf/gperf.p5m
new file mode 100644
index 0000000..3918850
--- /dev/null
+++ b/gperf/gperf.p5m
@@ -0,0 +1,18 @@
+set name=pkg.fmri value=pkg:/developer/$(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)
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/share
+dir path=usr/share/man
+dir path=usr/share/man/man1
+dir path=usr/share/doc
+dir path=usr/share/info
+file path=usr/bin/gperf
+file path=usr/share/man/man1/gperf.1
+file path=usr/share/doc/gperf.html
+file path=usr/share/info/gperf.info