io_lib-1.10.1.ebuild 693 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="A general purpose trace and experiment file reading/writing interface"
  4. HOMEPAGE="http://staden.sourceforge.net/"
  5. SRC_URI="mirror://sourceforge/staden/${P}.tar.gz"
  6. LICENSE="staden"
  7. SLOT="0"
  8. KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
  9. IUSE=""
  10. # Prototype changes in io_lib-1.9.0 create incompatibilities with BioPerl. (Only
  11. # versions 1.8.11 and 1.8.12 will work with the BioPerl Staden extensions.)
  12. DEPEND="!sci-biology/bioperl"
  13. RDEPEND="${DEPEND}"
  14. src_install() {
  15. make install DESTDIR="${D}" || die
  16. dodoc CHANGES README || die "Failed to install documentation."
  17. }