You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
615 B
30 lines
615 B
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=4
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="Emacs mode for povray"
|
|
HOMEPAGE="http://gitorious.org/pov-mode/"
|
|
SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3 FDL-1.2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND="sys-apps/texinfo"
|
|
|
|
S="${WORKDIR}/${PN}-${PN}"
|
|
SITEFILE="50${PN}-gentoo.el"
|
|
ELISP_REMOVE="${PN}-pkg.el ${PN}.info"
|
|
ELISP_TEXINFO="info/${PN}.texi"
|
|
DOCS="README"
|
|
|
|
src_install() {
|
|
elisp_src_install
|
|
insinto ${SITEETC}/${PN}
|
|
doins *.xpm
|
|
doins -r InsertMenu/
|
|
}
|