mmdb-1.25.5-r1.ebuild 517 B

123456789101112131415161718
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit autotools-utils
  5. DESCRIPTION="The Coordinate Library, designed to assist CCP4 developers in working with coordinate files"
  6. HOMEPAGE="https://launchpad.net/mmdb/"
  7. SRC_URI="ftp://ftp.ccp4.ac.uk/opensource/${P}.tar.gz"
  8. LICENSE="GPL-2 LGPL-3"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
  11. IUSE="static-libs"
  12. PATCHES=( "${FILESDIR}"/${P}-include-path.patch )