BKrev: 41586754yF3lmS1BVqwkWwjCjNZgzg
DEPENDS = "libopiecore2 libopieui2 sword"
PV = "1.1.6-cvs-${CVSDATE}"
APPNAME = "dagger"
+PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/dagger \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
S = "${WORKDIR}/${APPNAME}"
+EXTRA_QMAKEVARS_POST="INCLUDEPATH+=${STAGING_INCDIR}/sword/"
+
+
inherit opie
# FILES plugins/application/libdagger.so* bin/dagger pics/dagger apps/Applications/dagger.desktop
Bible software with a constantly growing list of front-ends (GUI, textmode, web-based, etc.) and a library of over 200 text modules"
SECTION = "libs"
PRIORITY = "optional"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz"
do_stage() {
oe_libinstall -so -C lib libsword ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/
+ install -d ${STAGING_INCDIR}/sword/
for f in include/*.h
do
- install -m 0644 $f ${STAGING_INCDIR}/
+ install -m 0644 $f ${STAGING_INCDIR}/sword/
done
}