diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-13 16:28:28 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-13 16:28:28 +0400 |
commit | ea019f26085e392571fcdc3e347f8e7d1df10373 (patch) | |
tree | e27ee574ea6ac5be7ced26cd5416c737345662eb /ncurses | |
parent | 569076bbaa6146a7599fd662a35a30ec6015826d (diff) | |
download | cibs-pkgs-ea019f26085e392571fcdc3e347f8e7d1df10373.tar.gz |
runtime/ncurses-bin -> terminal/ncurses-bin; move dev progs to library/ncurses
Diffstat (limited to 'ncurses')
-rw-r--r-- | ncurses/ncurses-bin.p5m | 6 | ||||
-rw-r--r-- | ncurses/ncurses.p5m | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/ncurses/ncurses-bin.p5m b/ncurses/ncurses-bin.p5m index 0cac79d..d349afa 100644 --- a/ncurses/ncurses-bin.p5m +++ b/ncurses/ncurses-bin.p5m @@ -1,4 +1,4 @@ -set name=pkg.fmri value=pkg:/runtime/$(name)-bin@$(ips-version) +set name=pkg.fmri value=pkg:/terminal/$(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)" @@ -7,9 +7,7 @@ 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 @@ -17,9 +15,7 @@ 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 diff --git a/ncurses/ncurses.p5m b/ncurses/ncurses.p5m index 8dc6f59..4d29588 100644 --- a/ncurses/ncurses.p5m +++ b/ncurses/ncurses.p5m @@ -8,10 +8,8 @@ license $(license-file) license="$(license)" depend fmri=pkg:/library/$(name)5@$(ips-version) type=require depend fmri=pkg:/library/$(name)5@$(ips-version) type=incorporate -dir path=usr/include -dir path=usr/lib/$(MACH64) -dir path=usr/lib/$(MACH64)/pkgconfig -dir path=usr/lib/pkgconfig +file path=usr/bin/ncurses5-config facet.devel=true +file path=usr/bin/tic facet.devel=true file path=usr/include/curses.h file path=usr/include/cursesapp.h file path=usr/include/cursesf.h @@ -43,6 +41,8 @@ file path=usr/lib/pkgconfig/ncurses.pc file path=usr/lib/pkgconfig/panel.pc file path=usr/lib/pkgconfig/tic.pc file path=usr/lib/pkgconfig/tinfo.pc +file path=usr/share/man/man1/ncurses5-config.1 facet.devel=true +file path=usr/share/man/man1/tic.1m facet.devel=true link path=usr/include/ncurses.h target=curses.h link path=usr/lib/$(MACH64)/libcurses.so target=libncurses.so.5.9 link path=usr/lib/$(MACH64)/libform.so target=libform.so.5 |