autoconf-mode-2.69.ebuild 541 B

123456789101112131415161718
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. inherit elisp
  5. DESCRIPTION="Emacs major modes for editing autoconf and autotest input"
  6. HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
  7. SRC_URI="mirror://gnu/autoconf/autoconf-${PV}.tar.xz"
  8. LICENSE="GPL-3+"
  9. SLOT="0"
  10. KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
  11. SITEFILE="50${PN}-gentoo.el"
  12. S="${WORKDIR}/autoconf-${PV}/lib/emacs"