aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/portabase/metakit_2.4.9.3.bb
blob: e77e0937fe6084d7ce1f6670c9d66e74be33b013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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."
LICENSE = "MetaKit"
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"
PR = "r3"

LIC_FILES_CHKSUM = "file://README;beginline=128;endline=151;md5=de6cb08350982d56e0349fd5acb35621"

FILES_${PN} += " ${libdir}/*.so"

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_compile () {
	cd builds
	oe_runmake
}

do_install() {
	oe_libinstall -so -C builds/.libs libmk4 ${D}${libdir}
	install -d ${D}${includedir}/
	for X in mk4.h mk4.inl
	do
		install -m 0644 include/${X} ${D}${includedir}/${X}
	done
}


SRC_URI[md5sum] = "89a25775fee5db536937f36deb5223f6"
SRC_URI[sha256sum] = "4d6c46289b1f1dea4e8bbc78332901491bde0c552727c27431ca9cb0234658da"