Bibletime KDE4, updated to version 2.7.3

This commit is contained in:
Giuseppe Calaà 2010-10-14 10:56:41 +00:00
parent 42460da583
commit 224de992a4

View File

@ -1,8 +1,15 @@
# Contributor: Alois Nespor <Alois.Nespor@gmail.com>
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# contributor: Alois Nespor <Alois.Nespor@gmail.com>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=bibletime-kde4
origname=bibletime
pkgver=2.7
pkgver=2.7.3
pkgrel=1
pkgdesc="Bible software that uses the Sword Engine for KDE4"
arch=('i686' 'x86_64')
@ -10,7 +17,8 @@ url=("http://www.blog.bibletime.info")
license=('GPL2')
depends=('qt>=4.5' 'sword' 'openssl')
makedepends=('cmake' 'boost')
source=(http://downloads.sourceforge.net/bibletime/bibletime-$pkgver.tar.gz)
source=(http://downloads.sourceforge.net/bibletime/bibletime-$pkgver.tar.bz2)
md5sums=('34a1356f315e9d4b49a8f7a2cecd1053')
build() {
cd $srcdir/bibletime-$pkgver
@ -20,4 +28,4 @@ build() {
make DESTDIR="${pkgdir}" install || return 1
}
md5sums=('ae22d2ac1d86588b5583d169100e9a71')