You are not logged in.

#1 2004-09-27 22:47:01

jftaylor21
Member
From: Arch Linux Forums
Registered: 2004-02-21
Posts: 237

2 New packages=BibleTime and Sword

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

#2 2004-09-27 22:59:36

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: 2 New packages=BibleTime and Sword

woah! "bibletime"....

Offline

#3 2004-09-28 00:34:10

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: 2 New packages=BibleTime and Sword

phrakture wrote:

woah! "bibletime"....

C'mon now, it's ALWAYS bible time.  big_smile


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#4 2004-09-28 20:13:56

hyp0luxa
Member
From: Miami, FL
Registered: 2004-07-10
Posts: 70

Re: 2 New packages=BibleTime and Sword

except when it's torahtime!  :twisted:

Offline

#5 2004-10-27 04:56:38

cbozic
Member
From: Morgantown, WV, USA
Registered: 2004-01-31
Posts: 77

Re: 2 New packages=BibleTime and Sword

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.  smile

Thanks again for the help.

Offline

#6 2004-10-27 12:38:45

skeeterbug
Member
From: Oklahoma, USA
Registered: 2004-10-24
Posts: 92
Website

Re: 2 New packages=BibleTime and Sword

Or QuranTime - Asalam alaykum

Offline

Board footer

Powered by FluxBB