summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-04 20:34:07 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-04 20:34:07 +0000
commit8781bc360da403f1748fbf8e39d975939b417840 (patch)
tree45f781314b5d983d5b6e64f71b45ae52e3a1e96f /app-text/sword
parentchangelog:p (diff)
downloadgentoo-2-8781bc360da403f1748fbf8e39d975939b417840.tar.gz
gentoo-2-8781bc360da403f1748fbf8e39d975939b417840.tar.bz2
gentoo-2-8781bc360da403f1748fbf8e39d975939b417840.zip
changelog:p
Diffstat (limited to 'app-text/sword')
-rw-r--r--app-text/sword/Manifest5
-rw-r--r--app-text/sword/sword-1.5.6.ebuild37
2 files changed, 39 insertions, 3 deletions
diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest
index 2b067e90df09..8f098c81715b 100644
--- a/app-text/sword/Manifest
+++ b/app-text/sword/Manifest
@@ -1,8 +1,7 @@
-MD5 a8d6d6ea347fa2336a81f65fe0f9d056 ChangeLog 1021
+MD5 e61a5f25ad4d758f263a292ecd0ef7d5 ChangeLog 1021
MD5 08f9e969e53fc41e2a1a386f5f083268 sword-1.5.5.99.ebuild 994
MD5 e866edec02e7bdc99bf89dd4e8acfe49 sword-1.5.5.ebuild 1006
-MD5 e866edec02e7bdc99bf89dd4e8acfe49 sword-1.5.6.ebuild 1006
-MD5 df138fe63d087eb37283189253ae3a31 files/digest-sword-1.5.4 64
+MD5 1431d4f9315dab3135e311c4631d4d74 sword-1.5.6.ebuild 1005
MD5 1d74f356d597b13019fc25fdfbec57af files/digest-sword-1.5.5 64
MD5 344f7776d45fae5c236ee3d5915d4817 files/digest-sword-1.5.5.99 66
MD5 9e04e627c30e6862e7cae8a2e5b9af22 files/digest-sword-1.5.6 64
diff --git a/app-text/sword/sword-1.5.6.ebuild b/app-text/sword/sword-1.5.6.ebuild
new file mode 100644
index 000000000000..33b492d5c985
--- /dev/null
+++ b/app-text/sword/sword-1.5.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.6.ebuild,v 1.1 2003/10/04 20:34:03 lanius Exp $
+
+DESCRIPTION="library for bible reading software"
+HOMEPAGE="http://www.crosswire.org/sword/"
+SRC_URI="ftp://ftp.crosswire.org/pub/sword/source/v1.5/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc
+ sys-libs/zlib"
+
+src_compile() {
+ econf
+ emake || die "parallel make failed"
+}
+
+src_install() {
+ einstall
+
+ dodoc AUTHORS CODINGSTYLE INSTALL ChangeLog README
+ cp -R samples examples ${D}/usr/share/doc/${PF}
+ dohtml doc/api-documentation/html/*
+}
+
+pkg_postinst() {
+ einfo ""
+ einfo "Check out http://www.crosswire.org/sword/modules/"
+ einfo "to download modules that you would like to enhance"
+ einfo "the library with. Follow module installation"
+ einfo "instructions found on the web or in INSTALL.gz found"
+ einfo "in /usr/share/doc/${PF}"
+ einfo ""
+}