diff options
author | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-21 23:04:10 +0000 |
commit | 17dec629d8a13d1981d734ddc703efb5382ca309 (patch) | |
tree | d0689d190de068c330b75edee00c4f327ac2d01a /community/xiphos/PKGBUILD | |
parent | f02c28de0bbcb85e152fc19d0008805021fe1a33 (diff) |
Tue Jun 21 23:04:10 UTC 2011
Diffstat (limited to 'community/xiphos/PKGBUILD')
-rwxr-xr-x | community/xiphos/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/xiphos/PKGBUILD b/community/xiphos/PKGBUILD index d992f4341..0473d014b 100755 --- a/community/xiphos/PKGBUILD +++ b/community/xiphos/PKGBUILD @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 49759 2011-06-20 22:11:59Z andrea $ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: TripleE <eric1548@yahoo.com> pkgname=xiphos pkgver=3.1.4 -pkgrel=7 +pkgrel=8 pkgdesc="A Bible study tool for gtk" arch=('i686' 'x86_64') url="http://xiphos.org" @@ -14,7 +15,7 @@ conflicts=('gnomesword') provides=('gnomesword') replaces=('gnomesword') install=$pkgname.install -source=("http://downloads.sourceforge.net/sourceforge/gnomesword/$pkgname-$pkgver.tar.gz") +source=("http://downloads.sourceforge.net/gnomesword/$pkgname-$pkgver.tar.gz") md5sums=('4d6f7805c4c8185f5c4ac3bd95fc705a') build() { @@ -23,6 +24,7 @@ build() { ./waf configure --prefix=/usr --enable-gtkhtml ./waf build --prefix=/usr } + package() { cd $srcdir/$pkgname-$pkgver GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 ./waf install --destdir=$pkgdir |