# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="small shell-tool similar to expect(1)" HOMEPAGE="http://empty.sourceforge.net" SRC_URI="mirror://sourceforge/empty/${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_install() { cd ${WORKDIR}/${P} dobin empty dodir usr/share/doc/${P}/examples/ insinto usr/share/doc/${P}/examples/ doins examples/* dodoc README doman empty.1 }