2014-04-01 20:12:37 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-02-27 14:33:07 +03:00
|
|
|
# $Id: 853e984527b0b8eeab783dcec8307e7f25791da0 $
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Key binding editor for enlightenment 16"
|
2015-08-25 09:01:42 +03:00
|
|
|
HOMEPAGE="https://www.enlightenment.org/"
|
2011-11-09 11:33:19 +04:00
|
|
|
SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
|
|
|
|
|
2012-12-29 09:14:26 +04:00
|
|
|
LICENSE="MIT-with-advertising"
|
2011-11-09 11:33:19 +04:00
|
|
|
SLOT="0"
|
2014-04-01 20:12:37 +04:00
|
|
|
KEYWORDS="amd64 ppc sparc x86"
|
2011-11-09 11:33:19 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="=x11-libs/gtk+-2*"
|
|
|
|
DEPEND="${RDEPEND}
|
2012-05-07 00:14:41 +04:00
|
|
|
virtual/pkgconfig"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
src_compile() {
|
|
|
|
econf --enable-gtk2 || die
|
|
|
|
emake || die
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
emake install DESTDIR="${D}" || die
|
|
|
|
dodoc README ChangeLog AUTHORS
|
|
|
|
}
|