1 # Maintainer: Dylon Edwards <deltaecho@archlinux.us>
7 url="http://www.kde-apps.org/content/show.php/Bible+Runner?content=113367"
8 pkgdesc="A KDE Runner to quickly look up verses from the Holy Bible"
11 arch=('i686' 'x86_64')
13 source=("http://www.kde-apps.org/CONTENT/content-files/113367-biblerunner.tar.gz")
14 md5sums=('e6127d316051c7a7bf52662906c9cde3')
16 depends=('acl' 'attr' 'bzip2' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'glib2' 'glibc' 'kdelibs' 'libice' 'libpng' 'libsm' 'libx11' 'libxau' 'libxcb' 'libxcursor' 'libxdmcp' 'libxext' 'libxfixes' 'libxml2' 'libxrender' 'libxtst' 'libgl' 'openssl' 'pcre' 'qt' 'sqlite3' 'strigi' 'util-linux-ng' 'xz-utils' 'zlib')
17 makedepends=('cmake' 'automoc4')
23 if [[ -d build ]]; then
24 rm -rf build || return 1
27 mkdir build && cd build
28 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
35 make DESTDIR="${pkgdir}" install || return 1