diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 04:48:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 04:48:52 +0000 |
commit | 8448e02dfb74dfe4f65a833d7e3351b87280e467 (patch) | |
tree | fad4199fde0739f2f2ef8510f7436c54a63d5039 /app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild | |
parent | cleanup (diff) | |
download | gentoo-2-8448e02dfb74dfe4f65a833d7e3351b87280e467.tar.gz gentoo-2-8448e02dfb74dfe4f65a833d7e3351b87280e467.tar.bz2 gentoo-2-8448e02dfb74dfe4f65a833d7e3351b87280e467.zip |
cleanup
Diffstat (limited to 'app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild')
-rw-r--r-- | app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild b/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild index 9221074a1080..79ee423ff9c9 100644 --- a/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild +++ b/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild @@ -1,23 +1,21 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild,v 1.1 2002/04/09 20:59:56 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linuxfromscratch-html/linuxfromscratch-html-3.3.ebuild,v 1.2 2002/04/27 04:48:52 seemant Exp $ -VER="3.3" - -P="LFS-BOOK-3.3-HTML" -S=${WORKDIR}/${P} +MY_P="LFS-BOOK-${PV}-HTML" +S=${WORKDIR}/${MY_P} DESCRIPTION="The Linux From Scratch Book. HTML Format" -SRC_URI="http://ftp.linuxfromscratch.org/lfs-books/${VER}/${P}.tar.bz2 -ftp://ftp.planetmirror.com/pub/lfs/lfs-books/${VER}/${P}.tar.bz2 -ftp://ftp.no.linuxfromscratch.org/mirrors/lfs/lfs-books/${VER}/${P}.tar.bz2 -http://ftp.nl.linuxfromscratch.org/linux/lfs/lfs-books/${VER}/${P}.tar.bz2" +SRC_URI="http://ftp.linuxfromscratch.org/lfs-books/${PV}/${MY_P}.tar.bz2 +ftp://ftp.planetmirror.com/pub/lfs/lfs-books/${PV}/${MY_P}.tar.bz2 +ftp://ftp.no.linuxfromscratch.org/mirrors/lfs/lfs-books/${PV}/${MY_P}.tar.bz2 +http://ftp.nl.linuxfromscratch.org/linux/lfs/lfs-books/${PV}/${MY_P}.tar.bz2" HOMEPAGE="http://www.linuxfromscratch.org" src_install () { - dodir /usr/share/doc/linuxfromscratch-html-${VER} + dodir /usr/share/doc/linuxfromscratch-html-${PV} cd ${S} - cp -R * ${D}/usr/share/doc/linuxfromscratch-html-${VER} + cp -R * ${D}/usr/share/doc/linuxfromscratch-html-${PV} } |