summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hurman <kano@kano.org.uk>2003-11-04 16:56:47 +0000
committerTim Hurman <kano@kano.org.uk>2003-11-04 16:56:47 +0000
commitb21ef7b817a93f4ef0398566b9cfbdc0534308ac (patch)
tree828155783fc7f38c2c78596a353ab6b34f1f33eb
parent2451cf18da2f3c971fffb2c1095799b5ae93f8cb (diff)
Update readline to include a do_stage
Add the "units" package BKrev: 3fa7da4fIo0clJdYzDR9Lbi1oT4m9g
-rw-r--r--readline/readline_4.3.oe27
-rw-r--r--units/units-1.80/makefile.patch0
-rw-r--r--units/units-1.80/units.c.patch0
-rw-r--r--units/units_1.80.oe0
4 files changed, 26 insertions, 1 deletions
diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe
index a31ba8ea7e..ca9666ff31 100644
--- a/readline/readline_4.3.oe
+++ b/readline/readline_4.3.oe
@@ -3,10 +3,35 @@ PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc
+PROVIDES=virtual/libreadline
SRC_URI = ftp://ftp.cwru.edu/pub/bash/readline-4.3.tar.gz \
file://${FILESDIR}/signalnamespace.patch;patch=1
S=${WORKDIR}/readline-${PV}
-inherit autotools
+inherit autotools libtool
+
+do_stage () {
+ install -m 0755 shlib/libreadline.so.4.3 ${STAGING_LIBDIR}/
+ install -m 0755 shlib/libhistory.so.4.3 ${STAGING_LIBDIR}/
+ install -m 0755 libreadline.a ${STAGING_LIBDIR}/
+ install -m 0755 libhistory.a ${STAGING_LIBDIR}/
+
+ ln -s ${STAGING_LIBDIR}/libreadline.so.4.3 \
+ ${STAGING_LIBDIR}/libreadline.so.4
+ ln -s ${STAGING_LIBDIR}/libreadline.so.4.3 \
+ ${STAGING_LIBDIR}/libreadline.so
+ ln -s ${STAGING_LIBDIR}/libhistory.so.4.3 \
+ ${STAGING_LIBDIR}/libhistory.so.4
+ ln -s ${STAGING_LIBDIR}/libhistory.so.4.3 \
+ ${STAGING_LIBDIR}/libhistory.so
+
+ install -d ${STAGING_DIR}/target/include/readline
+ for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h \
+ rlconf.h rltypedefs.h
+ do
+ install -m 0644 ${f} ${STAGING_DIR}/target/include/readline
+ done
+
+}
diff --git a/units/units-1.80/makefile.patch b/units/units-1.80/makefile.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/units/units-1.80/makefile.patch
diff --git a/units/units-1.80/units.c.patch b/units/units-1.80/units.c.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/units/units-1.80/units.c.patch
diff --git a/units/units_1.80.oe b/units/units_1.80.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/units/units_1.80.oe