summaryrefslogtreecommitdiff
blob: 13f4516502e7193a8f19e4f5b668f8f83b925ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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-5.0.ebuild,v 1.10 2007/12/13 03:09:46 dirtyepic Exp $

DESCRIPTION="An advanced reference and a tutorial on bash shell scripting"
HOMEPAGE="http://www.tldp.org/LDP/abs/html"

# Upstream likes to repackage the tarball without changing the name.
SRC_URI="mirror://gentoo/${P}.tar.bz2"

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"
}