summaryrefslogtreecommitdiff
blob: 10d5faa3859988c868db9d3b153c0d2b8a7b9278 (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
# Copyright 2002 moto kawasaki <kawasaki@kawasaki3.org>
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/flim/flim-1.14.4.ebuild,v 1.4 2002/08/01 19:35:50 karltk Exp $

S=${WORKDIR}/${P}
DESCRIPTION="A library to provide basic features about message representation or encoding -- FLIM"
SRC_URI="ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/${P}.tar.gz"
HOMEPAGE="http://www.m17n.org/flim/"
DEPEND=">=app-editors/emacs-20.4
        >=dev-lisp/apel-9.22"
RDEPEND="${DEPEND}"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

src_compile() {
	cd ${S};

	make || die
}

src_install() {
	make PREFIX=${D}/usr install || die

	dodoc FLIM* NEWS VERSION README* Changelog
}