Version-up sword to 1.6.2, rebuild needed for icu

This commit is contained in:
abveritas 2010-12-27 13:53:59 +00:00
parent 64ecd5ff2f
commit 5c87f441fe

View File

@ -1,21 +1,26 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: TripleE <eric1548@yahoo.com>
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=sword
pkgver=1.6.1
pkgrel=4
pkgver=1.6.2
pkgrel=1
pkgdesc="SWORD libraries for Bible programs"
arch=('i686' 'x86_64')
url="http://www.crosswire.org/sword/index.jsp"
license=('GPL')
depends=('curl' 'icu' 'clucene')
source=(http://www.crosswire.org/ftpmirror/pub/${pkgname}/source/v1.6/${pkgname}-${pkgver}.tar.gz curl_7.20.patch)
md5sums=('347e72f73313ff3ba700368db76a5d50' '3f89ebecb04b52a274929253ef60753f')
source=(http://www.crosswire.org/ftpmirror/pub/${pkgname}/source/v1.6/${pkgname}-${pkgver}.tar.gz)
md5sums=('a7dc4456e20e915fec46d774b690e305')
backup=('etc/sword.conf')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -p0 < ${srcdir}/curl_7.20.patch || return 1
./configure --prefix=/usr --sysconfdir=/etc --with-icu || return 1
make || return 1
}