stuff-1.26.0.ebuild 471 B

123456789101112131415161718192021
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Tool for automatic generation of astronomical catalogs"
  5. HOMEPAGE="http://www.astromatic.net/software/stuff/"
  6. SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
  7. KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. IUSE="threads"
  11. RDEPEND=""
  12. DEPEND="${RDEPEND}"
  13. src_configure() {
  14. econf $(use_enable threads)
  15. }