summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-04 20:38:35 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-04 20:38:35 +0000
commit184d7ad1c7a2e63407c4e9f80495a978ea1aa7be (patch)
tree8be39c3cde485f968a42346d2810fa63c634ff9d /app-text/sword/sword-1.5.4.ebuild
parentchangelog:p (diff)
downloadgentoo-2-184d7ad1c7a2e63407c4e9f80495a978ea1aa7be.tar.gz
gentoo-2-184d7ad1c7a2e63407c4e9f80495a978ea1aa7be.tar.bz2
gentoo-2-184d7ad1c7a2e63407c4e9f80495a978ea1aa7be.zip
changelog:p
Diffstat (limited to 'app-text/sword/sword-1.5.4.ebuild')
-rw-r--r--app-text/sword/sword-1.5.4.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-text/sword/sword-1.5.4.ebuild b/app-text/sword/sword-1.5.4.ebuild
deleted file mode 100644
index 307e987fda7b..000000000000
--- a/app-text/sword/sword-1.5.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.4.ebuild,v 1.6 2003/02/13 09:45:53 vapier 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 ""
-}