diff options
Diffstat (limited to 'examples/gperf/gperf.p5m')
-rw-r--r-- | examples/gperf/gperf.p5m | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/gperf/gperf.p5m b/examples/gperf/gperf.p5m new file mode 100644 index 0000000..3918850 --- /dev/null +++ b/examples/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 |