diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-28 11:15:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-28 11:15:40 (EDT) |
commit | 82c1c22be076215a3ebe8730ff2d7c4d4db54ff5 (patch) | |
tree | 84a41cfcaf2f1f8d221d7ba1b67c343750cf68a6 | |
parent | f125cca73ebab158f8c602efa4e98152732707fb (diff) |
Add dependencies and ensure working docs link.ncurses/5.9-1
-rwxr-xr-x | build | 4 | ||||
-rw-r--r-- | libncurses-doc.pkg/control | 1 | ||||
-rw-r--r-- | libncurses.5-dev.pkg/control | 1 | ||||
-rw-r--r-- | libncurses.5.pkg/control | 1 | ||||
-rw-r--r-- | libncursesw.5-dev.pkg/control | 1 | ||||
-rw-r--r-- | libncursesw.5.pkg/control | 1 | ||||
-rw-r--r-- | libtinfo-dev.pkg/control | 1 | ||||
-rw-r--r-- | ncurses-bin.pkg/control | 1 | ||||
-rw-r--r-- | terminfo.pkg/control | 1 |
9 files changed, 10 insertions, 2 deletions
@@ -19,7 +19,7 @@ ncurses.buildstamp: --disable-python && \ make && make DESTDIR=$$(pwd)/../dest install oh-installfiles $(pkgs_normal) - oh-installdocs libncurses.5 + oh-installdocs libtinfo.5 oh-gencontrol $(pkgs_normal) oh-buildopk $(pkgs_normal) touch ncurses.buildstamp @@ -39,7 +39,7 @@ ncursesw.buildstamp: rm -Rf usr/bin usr/man usr/share && \ rm -Rf usr/lib/terminfo oh-installfiles $(pkgs_wide) - oh-installdocs libncurses.5 + oh-installdocs libtinfo.5 oh-gencontrol $(pkgs_wide) oh-buildopk $(pkgs_wide) touch ncursesw.buildstamp diff --git a/libncurses-doc.pkg/control b/libncurses-doc.pkg/control index 643e52e..57e7825 100644 --- a/libncurses-doc.pkg/control +++ b/libncurses-doc.pkg/control @@ -1,5 +1,6 @@ Package: libncurses-doc Architecture: all +Depends: libncurses.5 (= 5.9-1) Description: curses library - documentation The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and diff --git a/libncurses.5-dev.pkg/control b/libncurses.5-dev.pkg/control index cc65309..188d869 100644 --- a/libncurses.5-dev.pkg/control +++ b/libncurses.5-dev.pkg/control @@ -1,5 +1,6 @@ Package: libncurses.5-dev Architecture: any +Depends: libncurses.5 (= 5.9-1) Description: curses library - development files The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and diff --git a/libncurses.5.pkg/control b/libncurses.5.pkg/control index 82d187e..e2bbeb7 100644 --- a/libncurses.5.pkg/control +++ b/libncurses.5.pkg/control @@ -1,5 +1,6 @@ Package: libncurses.5 Architecture: any +Depends: libtinfo.5 (= 5.9-1) Description: curses library The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and diff --git a/libncursesw.5-dev.pkg/control b/libncursesw.5-dev.pkg/control index 91c492a..ec9a78f 100644 --- a/libncursesw.5-dev.pkg/control +++ b/libncursesw.5-dev.pkg/control @@ -1,5 +1,6 @@ Package: libncursesw.5-dev Architecture: any +Depends: libncursesw.5 (= 5.9-1) Description: curses library with wide character support - development files The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and diff --git a/libncursesw.5.pkg/control b/libncursesw.5.pkg/control index 1a678e4..ef18e9e 100644 --- a/libncursesw.5.pkg/control +++ b/libncursesw.5.pkg/control @@ -1,5 +1,6 @@ Package: libncursesw.5 Architecture: any +Depends: libtinfo.5 (= 5.9-1) Description: curses library with wide character support The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and diff --git a/libtinfo-dev.pkg/control b/libtinfo-dev.pkg/control index 4780671..9b6385c 100644 --- a/libtinfo-dev.pkg/control +++ b/libtinfo-dev.pkg/control @@ -1,5 +1,6 @@ Package: libtinfo-dev Architecture: any +Depends: libtinfo.5 (= 5.9-1) Description: curses terminfo library - development files The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and diff --git a/ncurses-bin.pkg/control b/ncurses-bin.pkg/control index 5b9fd6d..8c43bc4 100644 --- a/ncurses-bin.pkg/control +++ b/ncurses-bin.pkg/control @@ -1,5 +1,6 @@ Package: ncurses-bin Architecture: any +Depends: libtinfo.5 (= 5.9-1) Description: curses utilities The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and diff --git a/terminfo.pkg/control b/terminfo.pkg/control index c9c43b5..418e8c6 100644 --- a/terminfo.pkg/control +++ b/terminfo.pkg/control @@ -1,5 +1,6 @@ Package: terminfo Architecture: all +Depends: libtinfo.5 (= 5.9-1) Description: Terminal type definitions The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and |