desktop/bibletime-kde4/PKGBUILD

24 lines
666 B
Bash
Raw Normal View History

2010-08-01 08:20:02 +08:00
# Contributor: Alois Nespor <Alois.Nespor@gmail.com>
pkgname=bibletime-kde4
origname=bibletime
pkgver=2.7.3
2010-08-01 08:20:02 +08:00
pkgrel=1
pkgdesc="Bible software that uses the Sword Engine for KDE4"
arch=('i686' 'x86_64')
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.bz2)
2010-08-01 08:20:02 +08:00
build() {
cd $srcdir/bibletime-$pkgver
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release ${srcdir}/$origname-$pkgver || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
md5sums=('34a1356f315e9d4b49a8f7a2cecd1053')