summaryrefslogtreecommitdiff
path: root/slang
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /slang
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'slang')
-rw-r--r--slang/slang_1.4.9.bb0
-rw-r--r--slang/slang_1.4.9.oe38
2 files changed, 0 insertions, 38 deletions
diff --git a/slang/slang_1.4.9.bb b/slang/slang_1.4.9.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/slang/slang_1.4.9.bb
diff --git a/slang/slang_1.4.9.oe b/slang/slang_1.4.9.oe
deleted file mode 100644
index b0604dce99..0000000000
--- a/slang/slang_1.4.9.oe
+++ /dev/null
@@ -1,38 +0,0 @@
-DESCRIPTION = "slang is a library of text functions used in editors like slrn etc."
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Graeme Gregory <xora@lordpain.uklinux.net>"
-PR = "r1"
-
-SRC_URI = "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://Makefile.patch;patch=1"
-inherit autotools
-
-acpaths = "-I ${S}/autoconf"
-EXTRA_OECONF="--enable-warnings"
-CFLAGS_append=" -fno-strength-reduce -D_REENTRANT"
-LDFLAGS_prepend="-L${S}/src/elfobjs "
-EXTRA_OEMAKE="'ELF_CFLAGS=${CFLAGS} -fPIC' 'ELF_CC=${CC}' \
- 'ELF_LINK=${CC} -shared -Wl,-soname'"
-
-do_configure_prepend () {
- mv ${S}/autoconf/aclocal.m4 ${S}/autoconf/acinclude.m4
-}
-
-do_compile () {
- oe_runmake all
- oe_runmake elf
-# oe_runmake demos
-}
-
-do_stage () {
- oe_libinstall -so -C src/elfobjs libslang ${STAGING_LIBDIR}
- oe_libinstall -a -C src/objs libslang ${STAGING_LIBDIR}
- install -m 0644 src/slang.h ${STAGING_INCDIR}
- install -m 0644 src/slcurses.h ${STAGING_INCDIR}
-}
-
-do_install () {
- oe_runmake 'DESTDIR=${D}' install install-elf
-}