summaryrefslogtreecommitdiff
blob: ad592e06b7f7f1bbbe7b5e60bce02f1717134018 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.4.ebuild,v 1.1 2006/04/08 03:12:01 vapier Exp $

DESCRIPTION="Key binding editor for enlightenment 16"
HOMEPAGE="http://www.enlightenment.org/"
SRC_URI="mirror://sourceforge/enlightenment/e16utils/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="=x11-libs/gtk+-2*"

src_compile() {
	econf --enable-gtk2 || die
	emake || die
}

src_install() {
	make install DESTDIR="${D}" || die
	dodoc README ChangeLog AUTHORS
}