summaryrefslogtreecommitdiff
path: root/ncurses
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-14 20:05:12 +0000
committerChris Larson <clarson@kergoth.com>2003-10-14 20:05:12 +0000
commit1d53017dcc04b1619c228059c1cc8094721f4edd (patch)
tree4586616614ff6e5ced3961efd64823b5f321ca79 /ncurses
parentd5c08baedc06114af1fb4097564497e2fc6e4460 (diff)
Rename a ton of files to deal with the seperator change.
BKrev: 3f8c56f8VmGkGikIZwqf-Y_cce7tdg
Diffstat (limited to 'ncurses')
-rw-r--r--ncurses/ncurses-5.3.oe46
-rw-r--r--ncurses/ncurses_4.2.oe (renamed from ncurses/ncurses-4.2.oe)0
-rw-r--r--ncurses/ncurses_5.3.oe0
3 files changed, 0 insertions, 46 deletions
diff --git a/ncurses/ncurses-5.3.oe b/ncurses/ncurses-5.3.oe
deleted file mode 100644
index 1d9ab44ac1..0000000000
--- a/ncurses/ncurses-5.3.oe
+++ /dev/null
@@ -1,46 +0,0 @@
-BaseV := ${PV}
-SnapV := 20030906
-PV = ${BaseV}.${SnapV}
-
-DESCRIPTION="Ncurses library"
-SECTION="libs"
-DEPENDS=virtual/libc
-PROVIDES=${PV}-${BaseV} ${PV}-${BaseV}-${PR} \
- ${CATEGORY}/${PN}-${BaseV} ${CATEGORY}/${PN}-${BaseV}-${PR}
-SRC_URI = ${GNU_MIRROR}/ncurses/${PN}-${BaseV}.tar.gz \
- file://${FILESDIR}/${SnapV}.patch;patch=1
-S = ${WORKDIR}/${PN}-${BaseV}
-
-inherit autotools
-
-EXTRA_OECONF=--with-shared \
- --without-profile \
- --without-debug \
- --disable-rpath \
- --enable-echo \
- --enable-const \
- --without-ada \
- --enable-termcap \
- --without-cxx-binding \
- --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo \
- --enable-overwrite
-export BUILD_CC := ${BUILD_CC}
-export BUILD_CCFLAGS=-I${S}/ncurses -I${S}/include ${BUILD_CFLAGS}
-export BUILD_LDFLAGS=
-
-do_compile () {
- oe_runmake BUILD_LDFLAGS="" 'BUILD_CCFLAGS=${BUILD_CCFLAGS}'
-}
-
-do_stage () {
- install -m 0755 lib/lib*.so.* ${STAGING_LIBDIR}/
- for h in ncurses_*.h curses.h eti.h form.h menu.h panel.h \
- termcap.h term.h unctrl.h; do
- install -m 0644 include/$h ${STAGING_DIR}/target/include/
- done
- ln -sf curses.h ${STAGING_DIR}/target/include/ncurses.h
- ln -sf libpanel.so.5.3 ${STAGING_LIBDIR}/libpanel.so
- ln -sf libform.so.5.3 ${STAGING_LIBDIR}/libform.so
- ln -sf libmenu.so.5.3 ${STAGING_LIBDIR}/libmenu.so
- ln -sf libncurses.so.5.3 ${STAGING_LIBDIR}/libncurses.so
-}
diff --git a/ncurses/ncurses-4.2.oe b/ncurses/ncurses_4.2.oe
index e69de29bb2..e69de29bb2 100644
--- a/ncurses/ncurses-4.2.oe
+++ b/ncurses/ncurses_4.2.oe
diff --git a/ncurses/ncurses_5.3.oe b/ncurses/ncurses_5.3.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ncurses/ncurses_5.3.oe