summaryrefslogtreecommitdiff
path: root/zbedic
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 /zbedic
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 'zbedic')
-rw-r--r--zbedic/zbedic_cvs.bb0
-rw-r--r--zbedic/zbedic_cvs.oe35
2 files changed, 0 insertions, 35 deletions
diff --git a/zbedic/zbedic_cvs.bb b/zbedic/zbedic_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/zbedic/zbedic_cvs.bb
diff --git a/zbedic/zbedic_cvs.oe b/zbedic/zbedic_cvs.oe
deleted file mode 100644
index 80de980a7e..0000000000
--- a/zbedic/zbedic_cvs.oe
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "A dictionary application for Qt/E based Palmtop Environments"
-SECTION = "opie/applications"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-APPTYPE = "binary"
-APPDESKTOP = "${WORKDIR}/zbedic/misc"
-PV = "0.9.1+0.9.2-cvs-${CVSDATE}"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/bedic;module=zbedic \
- cvs://anonymous@cvs.sourceforge.net/cvsroot/bedic;module=libbedic \
- file://file.h file://file.cpp"
-S = "${WORKDIR}/libbedic"
-ZS = "${WORKDIR}/zbedic"
-
-inherit opie
-export OE_QMAKE_LINK="${CXX}"
-
-do_configure() {
- qmake -project && qmake -makefile -t lib -spec ${QMAKESPEC} CONFIG=console CONFIG+=staticlib -after \
- INCLUDEPATH+=../include TARGET=bedic DESTDIR=${STAGING_LIBDIR} HEADERS+=src/file.h SOURCES+=src/file.cpp
- cd ${ZS} && rm -rf *~ && qmake -project && qmake -makefile -spec ${QMAKESPEC} -after \
- INCLUDEPATH=${S}/include DEFINES+=QWS LIBS+=-lqpe LIBS+=-lbedic DESTDIR=${S} TARGET=zbedic
-}
-
-do_compile() {
- install -m 0644 ${WORKDIR}/file.* ${S}/src/
- oe_runmake
- cd ${ZS} && oe_runmake
-}
-
-do_install() {
- install -d ${D}${palmtopdir}/pics/
- install -m 0655 ${ZS}/misc/*.png ${D}/${palmtopdir}/pics/
-}