From b0bfb2022b1f999499c8b6be1b35e4650bb62873 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Fri, 15 Apr 2016 19:42:47 -0400 Subject: add xiphos-git --- pcr/xiphos-git/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 pcr/xiphos-git/PKGBUILD (limited to 'pcr/xiphos-git/PKGBUILD') diff --git a/pcr/xiphos-git/PKGBUILD b/pcr/xiphos-git/PKGBUILD new file mode 100644 index 000000000..a560c4f0f --- /dev/null +++ b/pcr/xiphos-git/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Luke R. GPG: rsa4096/3EAE8697 +# Contributor: Stefan Husmann + +pkgname=xiphos-git +pkgver=r3890 +pkgrel=1 +pkgdesc="A Bible study tool -- git version" +arch=('i686' 'x86_64') +url="http://xiphos.org" +license=('GPL') +depends=('webkitgtk' 'libgsf' 'gconf' 'sword' 'gtkhtml4' 'biblesync') +makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'git') +provides=('gnomesword' 'xiphos') +conflicts=('gnomesword' 'xiphos' 'xiphos-svn') +install=$pkgname.install +source=(git+https://github.com/crosswire/xiphos.git) +md5sums=('SKIP') +_gitname=xiphos + +pkgver() { + cd "$_gitname" + printf "r%s" $(git rev-list --count HEAD) +} + +build() { + cd "$_gitname" + CXX=g++ python2 ./waf --prefix=/usr configure + python2 ./waf --prefix=/usr build +} + +package() { + cd "$_gitname" + python2 ./waf --destdir=$pkgdir --no-post-install install +} -- cgit v1.2.3