# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.2.1.ebuild,v 1.2 2003/09/04 07:39:58 msterret Exp $ DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled after screen." HOMEPAGE="http://ratpoison.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~ppc" DEPEND="virtual/x11" src_compile() { econf emake CFLAGS="${CFLAGS} -I/usr/X11R6/include" || die "Failed to compile" } src_install() { einstall # handle docs/misc dodoc INSTALL TODO README NEWS AUTHORS ChangeLog docinto example dodoc doc/ipaq.ratpoisonrc contrib/{genrpbindings,ratpoison.el,split.sh} rm -Rf ${D}/usr/share/{doc/ratpoison,ratpoison} insinto /etc doins ${FILESDIR}/ratpoisonrc }