diff options
Diffstat (limited to 'ncurses/ncurses-bin.p5m')
-rw-r--r-- | ncurses/ncurses-bin.p5m | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ncurses/ncurses-bin.p5m b/ncurses/ncurses-bin.p5m new file mode 100644 index 0000000..0cac79d --- /dev/null +++ b/ncurses/ncurses-bin.p5m @@ -0,0 +1,29 @@ +set name=pkg.fmri value=pkg:/runtime/$(name)-bin@$(ips-version) +set name=pkg.summary value="$(summary), terminal-related programs and man pages" +set name=info.upstream-url value="$(home)" +set name=info.source-url value="$(download)" + +license $(license-file) license="$(license)" + +file path=usr/bin/clear +file path=usr/bin/infocmp +file path=usr/bin/ncurses5-config facet.devel=true +file path=usr/bin/tabs +file path=usr/bin/tic facet.devel=true +file path=usr/bin/toe +file path=usr/bin/tput +file path=usr/bin/tset +file path=usr/share/man/man1/captoinfo.1m +file path=usr/share/man/man1/clear.1 +file path=usr/share/man/man1/infocmp.1m +file path=usr/share/man/man1/infotocap.1m +file path=usr/share/man/man1/ncurses5-config.1 facet.devel=true +file path=usr/share/man/man1/tabs.1 +file path=usr/share/man/man1/tic.1m facet.devel=true +file path=usr/share/man/man1/toe.1m +file path=usr/share/man/man1/tput.1 +file path=usr/share/man/man1/tset.1 +link path=usr/bin/captoinfo target=tic +link path=usr/bin/infotocap target=tic +link path=usr/bin/reset target=tset +link path=usr/share/man/man1/reset.1 target=tset.1 |