io_lib-1.11.2.1.ebuild 774 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2008 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. S="${WORKDIR}/${PN}-1.11.2"
  15. src_install() {
  16. make install DESTDIR="${D}" || die
  17. dodoc ChangeLog CHANGES README docs/{Hash_File_Format,ZTR_format} || \
  18. die "Failed to install documentation."
  19. }