minfx-1.0.11.ebuild 397 B

123456789101112131415161718
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python{2_7,3_4} pypy )
  5. inherit distutils-r1
  6. DESCRIPTION="Numerical optimisation library"
  7. HOMEPAGE="http://gna.org/projects/minfx"
  8. SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
  9. SLOT="0"
  10. LICENSE="GPL-3"
  11. KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
  12. IUSE=""