New package: sword-1.8.1

Closes: #11577 [via git-merge-pr]
This commit is contained in:
Dan Arnfield 2018-02-11 22:36:16 -06:00 committed by Jürgen Buchmüller
parent 6d4e453cf7
commit 9915b4ac1d
3 changed files with 36 additions and 0 deletions

1
srcpkgs/sword-devel Symbolic link
View file

@ -0,0 +1 @@
sword

View file

@ -0,0 +1,2 @@
[Install]
DataPath=/usr/share/sword

33
srcpkgs/sword/template Normal file
View file

@ -0,0 +1,33 @@
# Template file for 'sword'
pkgname=sword
version=1.8.1
revision=1
build_style=gnu-configure
configure_args="--prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --without-conf --disable-shared --with-icuregex"
hostmakedepends="libtool automake pkg-config"
makedepends="icu-devel clucene-devel libcurl-devel zlib-devel"
conf_files="/etc/sword.conf"
short_desc="CrossWire Bible Society's free Bible software project"
maintainer="Dan Arnfield <dan@arnfield.com>"
license="GPL-2"
homepage="https://crosswire.org/sword/index.jsp"
distfiles="https://crosswire.org/ftpmirror/pub/sword/source/v1.8/sword-1.8.1.tar.gz"
checksum=ce9aa8f721a737f406115d35ff438bd07c829fce1605f0d6dcdabc4318bc5e93
pre_configure() {
./autogen.sh
}
post_install() {
vconf ${FILESDIR}/sword.conf
}
sword-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
}
}