# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gentoo Linux documentation in html" SRC_URI="http://dev.gentoo.org/~squinky86/files/${P}.tar.bz2" HOMEPAGE="http://www.gentoo.org/" SLOT="0" LICENSE="as-is" KEYWORDS="~x86" src_compile() { einfo "Nothing to compile." } src_install() { dohtml * }