summaryrefslogtreecommitdiff
path: root/community/xiphos/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xiphos/PKGBUILD')
-rwxr-xr-xcommunity/xiphos/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/xiphos/PKGBUILD b/community/xiphos/PKGBUILD
index 2931ffae0..aca720a45 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' 'mips64el')
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