# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.17 2005/01/26 20:14:58 corsair Exp $ inherit eutils DESCRIPTION="GUI frontend to xmodmap" SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" HOMEPAGE="http://www.jwz.org/xkeycaps/" LICENSE="as-is" KEYWORDS="x86 sparc ppc ~amd64 ppc64" SLOT="0" IUSE="" RDEPEND="virtual/x11" DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/Imakefile.patch } src_compile() { xmkmf || die sed -i \ -e "s,all:: xkeycaps.\$(MANSUFFIX).html,all:: ,g" \ Makefile || \ die "sed Makefile failed" emake || die "emake failed" } src_install () { make DESTDIR=${D} install || die "make install failed" dodoc README *.txt || die "dodoc failed" }