summaryrefslogtreecommitdiff
blob: 3e80fcd40340a199b9636bf1b42ff7be0c525084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/lua-mode-1.26-r1.ebuild,v 1.4 2004/10/01 22:42:10 slarti Exp $

inherit elisp

DESCRIPTION="An Emacs major mode for editing Lua scripts"
HOMEPAGE="http://lua-users.org/wiki/LuaEditorSupport"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64"
IUSE=""

SITEFILE="70${PN}-gentoo.el"

src_compile() {
	/usr/bin/emacs -batch --no-site-file --no-init-file \
		--load "${S}/lua-mode.el" -f batch-byte-compile lua-mode.el
}