diff options
Diffstat (limited to 'app-doc/abs-guide/abs-guide-4.3.ebuild')
-rw-r--r-- | app-doc/abs-guide/abs-guide-4.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-doc/abs-guide/abs-guide-4.3.ebuild b/app-doc/abs-guide/abs-guide-4.3.ebuild new file mode 100644 index 000000000000..4e30b52d16a0 --- /dev/null +++ b/app-doc/abs-guide/abs-guide-4.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-4.3.ebuild,v 1.1 2007/06/16 21:08:21 dirtyepic Exp $ + +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="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +LICENSE="OPL" +SLOT="0" + +src_install() { + dodir /usr/share/doc/${P} || die "dodir failed" + cp -R * ${D}/usr/share/doc/${P} || die "cp failed" +} |