You are not logged in.
Hi,
I just wanted to post a couple of scripts for BibleTime and Sword
Heres Sword
pkgname=sword
pkgver=1.5.7a
pkgrel=1
pkgdesc="SWORD libraries for Bible programs"
url="http://www.kernel.org"
backup=(etc/modules.conf)
makedepends=('bash' 'mawk')
depends=('glibc' 'zlib' 'curl')
source=(http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-1.5.7a.tar.gz) md5sums=('e77801ac7abb7a940eb8a75d725e346f')
build() {
cd $startdir/src/$pkgname-1.5.7
./configure --prefix=/usr --enable-insmod-static
make || return 1
make prefix=$startdir/pkg/usr install
#mv $startdir/pkg/usr/sbin $startdir/pkg
#mkdir -p $startdir/pkg/etc
#cp ../modules.conf $startdir/pkg/etc
}
and heres BibleTime:
pkgname=bibletime
pkgver=1.4.1
pkgrel=1
pkgdesc="Bible software that uses the Sword Engine"
url="http://www.bibletime.info/index.html"
license=""
depends=('kdelibs>=3.3.0' 'kdebase>=3.3.0' 'curl>=7.9' 'sword>=1.5.7a')
source=(http://aleron.dl.sourceforge.net/sourceforge/bibletime/bibletime-1.4.1.tar.bz2)
md5sums=('df6ab259b188b8555f9423c629d0b239')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde
make || return 1
make prefix=$startdir/pkg/usr install
}
Tell me what you think!
Offline
Offline
woah! "bibletime"....
C'mon now, it's ALWAYS bible time.
"Contrary to popular belief, penguins are not the salvation of modern technology. Neither do they throw parties for the urban proletariat."
Offline
except when it's torahtime! :twisted:
Offline
jftaylor21,
Thanks for the PKGBUILD's. You gave a couple of us in this other thread some help.
http://bbs.archlinux.org/viewtopic.php?t=7681
You can get gnomesword there if you're interested. ...but bibletime builds and runs fine without any of the downgraded packages needed for gnomesword.
Thanks again for the help.
Offline
Or QuranTime - Asalam alaykum
Offline