summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-sci/emboss/emboss-2.7.1.ebuild')
-rw-r--r--app-sci/emboss/emboss-2.7.1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-sci/emboss/emboss-2.7.1.ebuild b/app-sci/emboss/emboss-2.7.1.ebuild
index 6a583f0c34c3..985daa6d6800 100644
--- a/app-sci/emboss/emboss-2.7.1.ebuild
+++ b/app-sci/emboss/emboss-2.7.1.ebuild
@@ -1,20 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.7.1.ebuild,v 1.6 2004/06/24 21:57:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/emboss/emboss-2.7.1.ebuild,v 1.7 2004/06/30 17:14:33 vapier Exp $
-
-S=${WORKDIR}/EMBOSS-${PV}
DESCRIPTION="The European Molecular Biology Open Software Suite: EMBOSS is a package of high-quality FREE Open Source software for sequence analysis"
HOMEPAGE="http://www.emboss.org/"
SRC_URI="ftp://ftp.uk.embnet.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz"
+
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE="png X"
+
DEPEND="X? ( virtual/x11 )
png? ( >=sys-libs/zlib-1.1.4
>=media-libs/libpng-1.2.4
- >=media-libs/libgd-1.8.4 )"
+ >=media-libs/gd-1.8.4 )"
+
+S=${WORKDIR}/EMBOSS-${PV}
src_install() {
einstall || die