From 5a5346dfbec459c10d9e61e16e125b83975a1ef1 Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Sat, 13 May 2006 15:42:03 +0200 Subject: OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d. --- .../packages/sword/sword_1.5.7.bb | 25 ++++++++++++++++++++++ .../packages/sword/sword_1.5.8.bb | 24 +++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 org.handhelds.familiar/packages/sword/sword_1.5.7.bb create mode 100644 org.handhelds.familiar/packages/sword/sword_1.5.8.bb (limited to 'org.handhelds.familiar/packages/sword') diff --git a/org.handhelds.familiar/packages/sword/sword_1.5.7.bb b/org.handhelds.familiar/packages/sword/sword_1.5.7.bb new file mode 100644 index 0000000..1c12334 --- /dev/null +++ b/org.handhelds.familiar/packages/sword/sword_1.5.7.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "The SWORD Project is an open source, cross-platform \ +(Linux, Windows, Solaris, MacOSX etc.) API and library for \ +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" +LICENSE = "GPL" +PR = "r5" + +SRC_URI = "http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz" + +inherit autotools + +EXTRA_OECONF = "--without-clucene --without-curl" + +do_stage() { + oe_libinstall -so -C lib libsword ${STAGING_LIBDIR} + + install -d ${STAGING_INCDIR}/sword/ + for f in include/*.h + do + install -m 0644 $f ${STAGING_INCDIR}/sword/ + done + +} diff --git a/org.handhelds.familiar/packages/sword/sword_1.5.8.bb b/org.handhelds.familiar/packages/sword/sword_1.5.8.bb new file mode 100644 index 0000000..d4f1e61 --- /dev/null +++ b/org.handhelds.familiar/packages/sword/sword_1.5.8.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "The SWORD Project is an open source, cross-platform \ +(Linux, Windows, Solaris, MacOSX etc.) API and library for \ +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" +LICENSE = "GPL" + +SRC_URI = "http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-${PV}.tar.gz" + +inherit autotools + +EXTRA_OECONF = "--without-clucene --without-curl" + +do_stage() { + oe_libinstall -so -C lib libsword ${STAGING_LIBDIR} + + install -d ${STAGING_INCDIR}/sword/ + for f in include/*.h + do + install -m 0644 $f ${STAGING_INCDIR}/sword/ + done + +} -- cgit v1.2.3-18-g5258