summaryrefslogtreecommitdiff
blob: 25c241e878208559ffe91f99f8906c225fe712e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ses/ses-031130.ebuild,v 1.1 2006/01/11 21:45:23 mkennedy Exp $

inherit elisp

DESCRIPTION="SES is the Simple Emacs Spreadsheet."
HOMEPAGE="http://home.comcast.net/~jyavner/ses/"
SRC_URI="http://home.comcast.net/~jyavner/ses/ses21-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="virtual/emacs"

S=${WORKDIR}/ses21-${PV}

src_unpack() {
	unpack ${A}
	rm ${S}/*.elc
}

src_compile() {
	elisp-comp *.el || die
}

src_install() {
	elisp-install ses *.{el,elc}
	elisp-site-file-install ${FILESDIR}/50ses-gentoo.el
	dodoc ses-readme.txt
	insinto /usr/share/doc/${PF}
	doins ses-example.ses
}