Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / sword / sword_1.5.7.oe
1 DESCRIPTION = "The SWORD Project is an open source, cross-platform \
2 (Linux, Windows, Solaris, MacOSX etc.) API and library for \
3 Bible software with a constantly growing list of front-ends \
4 (GUI, textmode, web-based, etc.) and a library of over 200 text modules"
5 SECTION = "libs"
6 PRIORITY = "optional"
7 LICENSE = "GPL"
8 PR = "r5"
9
10 SRC_URI = "http://www.crosswire.org/~dglassey/sword-1.5.7a.tar.gz"
11
12 inherit autotools 
13
14 EXTRA_OECONF = "--without-clucene --without-curl"
15
16 do_stage() {
17         oe_libinstall -so -C lib libsword ${STAGING_LIBDIR}
18
19         install -d ${STAGING_INCDIR}/sword/
20         for f in include/*.h
21         do
22                 install -m 0644 $f ${STAGING_INCDIR}/sword/
23         done
24
25 }