sword: fix some stupid typos.

Someone needs to be more careful next time...
This commit is contained in:
Augustin Cavalier
2014-12-05 22:41:24 -05:00
parent dcbd82f369
commit 20f32e7873

View File

@@ -1,24 +1,28 @@
SUMMARY="the biblical text research engine" SUMMARY="The biblical text research engine"
DESCRIPTION="The SWORD Project is the CrossWire Bible Society's free Bible \ DESCRIPTION="The SWORD Project is the CrossWire Bible Society's free Bible \
software project. Its purpose is to create cross-platform open-source tools-- \ software project. Its purpose is to create cross-platform open-source tools-- \
covered by the GNU General Public License-- that allow programmers and Bible \ covered by the GNU General Public License-- that allow programmers and Bible \
societies to write new Bible software more quickly and easily. We also create \ societies to write new Bible software more quickly and easily. We also create \
Bible study software for all readers, students, scholars, and translators of \ Bible study software for all readers, students, scholars, and translators of \
the Bible, and have a growing collection of over 200 texts in over 50 languages the Bible, and have a growing collection of over 200 texts in over 50 languages."
"
HOMEPAGE="http://www.crosswire.org/sword" HOMEPAGE="http://www.crosswire.org/sword"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="Copyright 1998-2014 CrossWire Bible Society" COPYRIGHT="1998-2014 CrossWire Bible Society"
SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/sword-1.7.3.tar.gz" SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/sword-1.7.3.tar.gz"
CHECKSUM_SHA256="5a3d87ff155d5ecb0cfec052ba333b2b74d9273e2cc66fb1ca75747dfd8ea9ea" CHECKSUM_SHA256="5a3d87ff155d5ecb0cfec052ba333b2b74d9273e2cc66fb1ca75747dfd8ea9ea"
REVISION="1" REVISION="2"
ARCHITECTURES="x86_gcc2 x86" ARCHITECTURES="x86 ?x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
else
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
fi
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
PROVIDES=" PROVIDES="
libsword$secondaryArchSuffix = $portVersion sword$secondaryArchSuffix = $portVersion
cmd:diatheke$secondaryArchSuffix = $portVersion cmd:diatheke$secondaryArchSuffix = $portVersion
cmd:imp2gbs$secondaryArchSuffix = $portVersion cmd:imp2gbs$secondaryArchSuffix = $portVersion
cmd:imp2ld$secondaryArchSuffix = $portVersion cmd:imp2ld$secondaryArchSuffix = $portVersion
@@ -36,7 +40,6 @@ PROVIDES="
cmd:vs2osisreftxt$secondaryArchSuffix = $portVersion cmd:vs2osisreftxt$secondaryArchSuffix = $portVersion
cmd:xml2gbs$secondaryArchSuffix = $portVersion cmd:xml2gbs$secondaryArchSuffix = $portVersion
lib:libsword$secondaryArchSuffix = $portVersion lib:libsword$secondaryArchSuffix = $portVersion
lib:libsword$secondaryArchSuffix = $portVersion
" "
REQUIRES=" REQUIRES="
@@ -44,7 +47,7 @@ REQUIRES="
lib:libcurl$secondaryArchSuffix lib:libcurl$secondaryArchSuffix
lib:libssl$secondaryArchSuffix lib:libssl$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix
lib:libz$libcrypto$secondaryArchSuffix lib:libz$secondaryArchSuffix
" "
BUILD_REQUIRES=" BUILD_REQUIRES="
@@ -66,7 +69,6 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
echo true
runConfigure ./configure --without-conf --without-clucene runConfigure ./configure --without-conf --without-clucene
make $jobArgs make $jobArgs
} }