# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.13 2003/10/29 00:10:07 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="x86 sparc" DEPEND="virtual/x11 >=x11-wm/enlightenment-0.16 =x11-libs/gtk+-1*" src_unpack() { unpack ${A} cd ${S} sed -i 's:-lgdbm -lgdk_imlib::' Makefile epatch ${FILESDIR}/${PV}-fullscreen.patch } src_compile() { emake EXTRA_CFLAGS="${CFLAGS}" || die } src_install() { dobin e16keyedit dodoc README COPYING ChangeLog AUTHORS }