blob: 2ab94400129631c41b9d1c8a2ec0b2d856b4bd31 (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/iiimecf/iiimecf-12.1_p2002.ebuild,v 1.3 2007/07/04 22:54:24 opfer Exp $
inherit elisp iiimf
DESCRIPTION="An Emacs client framework for IIIMF"
SRC_URI="http://www.openi18n.org/download/im-sdk/src/${IMSDK_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""
DEPEND="app-emacs/mule-ucs
dev-libs/libiiimp
dev-libs/libiiimcf"
SITEFILE=50${PN}-gentoo.el
src_compile() {
emacs -q --no-site-file -batch -l iiimcf-comp.el
}
src_install() {
elisp-install ${PN} lisp/*.el lisp/*.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
dodoc ChangeLog README*
newdoc lisp/ChangeLog ChangeLog.lisp
}
|