diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 13:09:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 13:09:06 +0000 |
commit | 08b8cf75b703fdd09ec930854d4a048c21f9bd4c (patch) | |
tree | 348d3465187180c9a253382661dc54e0753e7f0a /app-doc/afsdoc | |
parent | lintool (diff) | |
download | gentoo-2-08b8cf75b703fdd09ec930854d4a048c21f9bd4c.tar.gz gentoo-2-08b8cf75b703fdd09ec930854d4a048c21f9bd4c.tar.bz2 gentoo-2-08b8cf75b703fdd09ec930854d4a048c21f9bd4c.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 |