mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Add recipe for sword 1.7.3
This commit is contained in:
77
app-text/sword/sword-1.7.3.recipe
Normal file
77
app-text/sword/sword-1.7.3.recipe
Normal file
@@ -0,0 +1,77 @@
|
||||
SUMMARY="the biblical text research engine"
|
||||
|
||||
DESCRIPTION="The SWORD Project is the CrossWire Bible Society's free Bible \
|
||||
software project. Its purpose is to create cross-platform open-source tools-- \
|
||||
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 \
|
||||
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
|
||||
"
|
||||
|
||||
HOMEPAGE="http://www.crosswire.org/sword"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Copyright 1998-2014 CrossWire Bible Society"
|
||||
SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.7/sword-1.7.3.tar.gz"
|
||||
CHECKSUM_SHA256="5a3d87ff155d5ecb0cfec052ba333b2b74d9273e2cc66fb1ca75747dfd8ea9ea"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libsword$secondaryArchSuffix = $portVersion
|
||||
cmd:diatheke$secondaryArchSuffix = $portVersion
|
||||
cmd:imp2gbs$secondaryArchSuffix = $portVersion
|
||||
cmd:imp2ld$secondaryArchSuffix = $portVersion
|
||||
cmd:imp2vs$secondaryArchSuffix = $portVersion
|
||||
cmd:installmgr$secondaryArchSuffix = $portVersion
|
||||
cmd:mkfastmod$secondaryArchSuffix = $portVersion
|
||||
cmd:mod2imp$secondaryArchSuffix = $portVersion
|
||||
cmd:mod2osis$secondaryArchSuffix = $portVersion
|
||||
cmd:mod2vpl$secondaryArchSuffix = $portVersion
|
||||
cmd:mod2zmod$secondaryArchSuffix = $portVersion
|
||||
cmd:osis2mod$secondaryArchSuffix = $portVersion
|
||||
cmd:tei2mod$secondaryArchSuffix = $portVersion
|
||||
cmd:vpl2mod$secondaryArchSuffix = $portVersion
|
||||
cmd:vs2osisref$secondaryArchSuffix = $portVersion
|
||||
cmd:vs2osisreftxt$secondaryArchSuffix = $portVersion
|
||||
cmd:xml2gbs$secondaryArchSuffix = $portVersion
|
||||
lib:libsword$secondaryArchSuffix = $portVersion
|
||||
lib:libsword$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libz$libcrypto$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:icu_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
echo true
|
||||
runConfigure ./configure --without-conf --without-clucene
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make $jobArgs install
|
||||
}
|
||||
Reference in New Issue
Block a user