diff options
author | 2002-10-17 13:09:06 +0000 | |
---|---|---|
committer | 2002-10-17 13:09:06 +0000 | |
commit | e44a6af1237cc7f3ed9519d1adab1f6d89260136 (patch) | |
tree | 585432af0c101d0baf5752d6f2027e67a146e7f1 /app-doc/afsdoc | |
parent | lintool (diff) | |
download | historical-e44a6af1237cc7f3ed9519d1adab1f6d89260136.tar.gz historical-e44a6af1237cc7f3ed9519d1adab1f6d89260136.tar.bz2 historical-e44a6af1237cc7f3ed9519d1adab1f6d89260136.zip |
lintool
Diffstat (limited to 'app-doc/afsdoc')
-rw-r--r-- | app-doc/afsdoc/afsdoc-3.6-r1.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild index 6ec95f9f0b2c..f78aa3e3a35e 100644 --- a/app-doc/afsdoc/afsdoc-3.6-r1.ebuild +++ b/app-doc/afsdoc/afsdoc-3.6-r1.ebuild @@ -1,16 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # 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.8 2002/10/04 03:58:26 vapier Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-doc/afsdoc/afsdoc-3.6-r1.ebuild,v 1.9 2002/10/17 13:09:06 vapier Exp $ S=${WORKDIR}/${P} -DESCRIPTION="The AFS 3 distributed file system targets the issues critical to -distributed computing environments. AFS performs exceptionally well, -both within small, local work groups of machines and across wide-area -configurations in support of large, collaborative efforts. AFS provides -an architecture geared towards system management, along with the tools -to perform important management tasks. For a user, AFS is a familiar yet -extensive UNIX environment for accessing files easily and quickly." +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/" @@ -18,7 +11,10 @@ SLOT="0" LICENSE="IPL-1" KEYWORDS="x86 ppc sparc sparc64" -src_install () { +DEPEND="sys-apps/tar sys-apps/gzip" +RDEPEND="" + +src_install() { dodir /usr/share/doc tar -zxf ${DISTDIR}/${A} -C ${D}/usr/share/doc cd ${D}/usr/share/doc |