fisicalab-0.3.0.ebuild 469 B

12345678910111213141516171819202122
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit gnustep-2
  5. MY_P=FisicaLab-${PV}
  6. S=${WORKDIR}/${MY_P}
  7. DESCRIPTION="educational application to solve physics problems"
  8. HOMEPAGE="http://www.nongnu.org/fisicalab"
  9. SRC_URI="mirror://nongnu/${PN}/${MY_P}.tar.gz"
  10. LICENSE="GPL-3"
  11. SLOT="0"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. DEPEND=">=sci-libs/gsl-1.10
  15. >=virtual/gnustep-back-0.16.0"
  16. RDEPEND="${DEPEND}"