summaryrefslogtreecommitdiff
path: root/community/sword
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
committerroot <root@rshg054.dnsready.net>2012-04-25 00:01:35 +0000
commit98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f (patch)
tree00d9cdbfdc8ef5d7a4a7159a8c6439008509e662 /community/sword
parent9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff)
Wed Apr 25 00:01:35 UTC 2012
Diffstat (limited to 'community/sword')
-rw-r--r--community/sword/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/sword/PKGBUILD b/community/sword/PKGBUILD
index 8b018f58a..34be9efb8 100644
--- a/community/sword/PKGBUILD
+++ b/community/sword/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 68590 2012-03-28 20:56:27Z arodseth $
+# $Id: PKGBUILD 69772 2012-04-23 09:16:25Z ibiru $
# Maintainer: Alexander Rødseth
# Contributor: Andrea Scarpino
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -6,7 +6,7 @@
pkgname=sword
pkgver=1.6.2
-pkgrel=8
+pkgrel=7
pkgdesc="Library for Bible study programs"
arch=('x86_64' 'i686')
url="http://www.crosswire.org/sword/"
@@ -29,8 +29,7 @@ build() {
CXXFLAGS=-fpermissive cmake "../$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DSWORD_GLOBAL_CONF_DIR=/etc
+ -DCMAKE_BUILD_TYPE=Release
make
}