c2cefc5e5af9e7e6f77b31155a4a284107a46ff6
[gentoo.git] / x11-libs / libiterm-mbt / libiterm-mbt-0.5.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 DESCRIPTION="Hacked version of libiterm -- Internationalized Terminal Emulator Library"
5 HOMEPAGE="http://www.doc.ic.ac.uk/~mbt99/Y/
6         http://www-124.ibm.com/linux/projects/iterm/"
7 SRC_URI="http://www.doc.ic.ac.uk/~mbt99/Y/src/iterm-${PV}-mbt.tar.gz"
8 LICENSE="CPL-1.0"
9 SLOT="0"
10 KEYWORDS="~x86 ~ppc ~amd64"
11
12 IUSE=""
13
14 S=${WORKDIR}/iterm-${PV}-mbt/lib/
15
16 src_compile() {
17         econf || die
18         emake || die
19 }
20
21 src_install() {
22         emake DESTDIR="${D}" install || die
23         dodoc README INSTALL
24 }