gnuchess-6.2.4.ebuild 444 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit flag-o-matic
  5. DESCRIPTION="Console based chess interface"
  6. HOMEPAGE="https://www.gnu.org/software/chess/chess.html"
  7. SRC_URI="mirror://gnu/chess/${P}.tar.gz"
  8. KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. IUSE=""
  12. src_configure() {
  13. strip-flags # bug #199097
  14. econf --without-readline # bug 491088
  15. }