aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/zbedic/libbedic_1.1.bb
blob: e69a8c41bc0a88f7780033a850e96bbcada77612 (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
DESCRIPTION = "Library to handle bedic dictionary"
HOMEPAGE = "http://bedic.sourceforge.net/"
AUTHOR = "Rafal Mantiuk <rafm@users.sourceforge.net>"
SECTION = "opie/libs"
LICENSE = "GPL"
DEPENDS = "sqlite3"
APPTYPE = "binary"
APPDESKTOP = "${WORKDIR}/zbedic/misc"
FILESPATHPKG .= ":zbedic"
PR = "r5"

SRC_URI = "${SOURCEFORGE_MIRROR}/bedic/libbedic_${PV}-0.tgz;subdir=${BPN}-${PV} \
           file://include-cstdio.patch \
          "

inherit palmtop
# need to override this, because bedic contains exception handling
# pass VERSION as a string \\"${PV}.0\\"
export OE_QMAKE_CXXFLAGS="-fexceptions -fno-rtti ${CXXFLAGS} -DVERSION=\\"${PV}.0\\""

do_configure() {
        qmake -project && qmake -makefile -t lib -spec ${QMAKESPEC} CONFIG=console CONFIG+=staticlib CONFIG+=sharedlib -after \
        TARGET=bedic \
        SOURCES-=src/xerox.cpp OBJECTS-=xerox.o \
        SOURCES-=src/mkbedic.cpp OBJECTS-=mkbedic.o \
        SOURCES-=src/test_dynamic_dictionary.cpp \
}

do_install() {
    install -d ${D}${includedir}
    install -m 0644 ${S}/include/*.h ${D}${includedir}
    install -d ${D}${libdir}
    oe_libinstall -a libbedic ${D}${libdir}
}

FILES_${PN}-dev = "${includedir} ${libdir}"

SRC_URI[md5sum] = "211ea5a881b5691ec7a1aedbe7fc406c"
SRC_URI[sha256sum] = "0cb299278f17d4580d9b1b56df8b7c356afb016f2a68ce7d13a8169f74e2a16b"