1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: sword
Build-Depends: autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), debhelper (>= 4.1.0), libz-dev, pkg-config, libcurl3-gnutls-dev (>= 7.15.0-5.1), libclucene-dev
Section: libs
Priority: optional
Maintainer: Daniel Glassey <wdg@debian.org>
Standards-Version: 3.7.2.1
Package: libsword6
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Recommends: sword-frontend
Conflicts: libsword5
Replaces: libsword1, libsword4, libsword4c2, libsword5, libsword5c2a, libsword-runtime, libsword-config
Description: API/library for bible software
The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
MacOSX etc.) API/library for Bible software with a constantly growing list
of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
text modules.
.
This package contains the core libraries for the project.
It also contains utilities for generating data modules.
.
Please read the README.Debian for more information on how to obtain other
modules for sword.
Package: libsword-dev
Architecture: any
Section: libdevel
Depends: libsword6 (= ${Source-Version}), libc6-dev, libz-dev, libcurl3-gnutls-dev (>= 7.15.0-5.1), libclucene-dev
Provides: sword-dev
Description: Development files for libsword
This package contains the static libraries and headers for developing
applications that use the sword library.
Package: diatheke
Architecture: any
Section: web
Depends: ${shlibs:Depends}, apache | httpd
Recommends: libapache-mod-perl | apache-perl
Description: CGI script for making bible website
A command line utility for sword, and a cgi perl script that
uses the utility to produce a bible browsing/searching website.
|