blob: bf9f19c3e0c0e1dd0bd216ab32c75c5d16ba1aee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/gentoo-webroot-default/gentoo-webroot-default-0.1.ebuild,v 1.3 2005/01/22 06:15:17 trapni Exp $
DESCRIPTION="This is the default Gentoo WebServer content"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${PF}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
src_install() {
insinto /var/www/localhost/htdocs
doins ${WORKDIR}/${PF}/htdocs/index.html
doins ${WORKDIR}/${PF}/htdocs/gentoo-logo.png
}
|