blob: 16c0c878015c9f78fae5531745b9216fa77c5515 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/afsdoc/afsdoc-3.6-r1.ebuild,v 1.18 2005/01/01 13:04:34 eradicator Exp $
DESCRIPTION="AFS 3 distributed file system"
SRC_URI="http://www.openafs.org/dl/openafs/1.0.3/afs-3.6-doc.tar.gz"
HOMEPAGE="http://www.openafs.org/"
SLOT="0"
LICENSE="IPL-1"
IUSE=""
KEYWORDS="x86 ppc sparc amd64"
DEPEND=""
src_install() {
dodir /usr/share/doc
mv ${WORKDIR}/afs-3.6-doc ${D}/usr/share/doc
}
|