minfx-1.0.4_pre98.ebuild 453 B

12345678910111213141516171819
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. PYTHON_COMPAT=( python2_7 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. SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
  10. SLOT="0"
  11. LICENSE="GPL-3"
  12. KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
  13. IUSE=""