# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $ DESCRIPTION="An advanced reference and a tutorial on bash shell scripting" SRC_URI="http://personal.riverusers.com/~thegrendel/${P}.tar.bz2" HOMEPAGE="http://www.tldp.org/LDP/abs/html" S="${WORKDIR}" IUSE="" KEYWORDS="x86 sparc ppc alpha hppa ~amd64" LICENSE="FDL-1.1" SLOT="0" src_install() { dodir /usr/share/doc/${P} || die "dodir failed" cp -R * ${D}/usr/share/doc/${P} || die "cp failed" }