autoconf-2.67.ebuild 566 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. inherit toolchain-autoconf
  5. DESCRIPTION="Used to create autoconfiguration files"
  6. HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
  7. SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
  8. LICENSE="GPL-3"
  9. SLOT="${PV}"
  10. KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
  11. IUSE=""
  12. DEPEND=">=sys-devel/m4-1.4.6
  13. dev-lang/perl"
  14. RDEPEND="${DEPEND}
  15. !~sys-devel/${P}:2.5
  16. >=sys-devel/autoconf-wrapper-13"