aboutsummaryrefslogtreecommitdiffstats
path: root/portabase/metakit_2.4.9.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'portabase/metakit_2.4.9.3.oe')
-rw-r--r--portabase/metakit_2.4.9.3.oe65
1 files changed, 0 insertions, 65 deletions
diff --git a/portabase/metakit_2.4.9.3.oe b/portabase/metakit_2.4.9.3.oe
deleted file mode 100644
index 4889f949f9..0000000000
--- a/portabase/metakit_2.4.9.3.oe
+++ /dev/null
@@ -1,65 +0,0 @@
-SECTION = "libs"
-DESCRIPTION = "Metakit is an efficient embedded database library with a small \
-footprint. It fills the gap between flat-file, relational, object-oriented, and \
-tree-structured databases, supporting relational joins, serialization, nested structures,\
-and instant schema evolution."
-
-HOMEPAGE = "http://www.equi4.com/metakit.html"
-SRC_URI = "http://www.equi4.com/pub/mk/metakit-${PV}.tar.gz \
- file://metakit-2.4.9.3.patch;patch=1"
-PR = "r1"
-
-do_configure_prepend() {
-
- cp ${STAGING_DATADIR}/libtool/* ${S}/unix/scripts/
-
-}
-do_configure () {
-
- cd builds
- ../unix/configure \
- --build=${BUILD_SYS} \
- --host=${HOST_SYS} \
- --target=${TARGET_SYS} \
- --prefix=${prefix} \
- --exec_prefix=${exec_prefix} \
- --bindir=${bindir} \
- --sbindir=${sbindir} \
- --libexecdir=${libexecdir} \
- --datadir=${datadir} \
- --sysconfdir=${sysconfdir} \
- --sharedstatedir=${sharedstatedir} \
- --localstatedir=${localstatedir} \
- --libdir=${libdir} \
- --includedir=${includedir} \
- --oldincludedir=${oldincludedir} \
- --infodir=${infodir} \
- --mandir=${mandir} \
- ${EXTRA_OECONF} \
- $@;
-
-}
-
-
-do_stage() {
-# oe_libinstall -a -C builds/.libs libmk4 ${STAGING_LIBDIR}
- cp builds/.libs/libmk4.a ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/
- for X in mk4.h mk4.inl
- do
- install -m 0644 include/${X} ${STAGING_INCDIR}/${X}
- done
-
-}
-
-
-
-do_compile () {
- cd builds
- oe_runmake
-}
-
-do_install() {
-
- :
-}