aboutsummaryrefslogtreecommitdiffstats
path: root/sword
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-27 19:17:40 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-27 19:17:40 +0000
commit438c62835ecf2cd882352d06c19a1cf79d8e5d33 (patch)
tree95fae6579247159feb788ae295207b382adce976 /sword
parentef31902dfc34aaf8774298d0c3f5efa76481ccab (diff)
downloadopenembedded-438c62835ecf2cd882352d06c19a1cf79d8e5d33.tar.gz
moved sword includes to sword/ directory
BKrev: 41586754yF3lmS1BVqwkWwjCjNZgzg
Diffstat (limited to 'sword')
-rw-r--r--sword/sword_1.5.7.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword/sword_1.5.7.oe b/sword/sword_1.5.7.oe
index 441e946d54..21a53cb0e8 100644
--- a/sword/sword_1.5.7.oe
+++ b/sword/sword_1.5.7.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "The SWORD Project is an open source, cross-platform (Linux, Windo
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"
@@ -13,10 +13,10 @@ EXTRA_OECONF = "--without-clucene --without-curl"
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
}