summaryrefslogtreecommitdiff
blob: 5d45b0ba409a94d334511e981045134cac3fcd24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/cookbook/cookbook-1.2.ebuild,v 1.2 2004/03/14 00:14:29 mr_bones_ Exp $

DESCRIPTION="The Linux Cookbook by Michael Stutz"
HOMEPAGE="http://www.dsl.org/cookbook/"
SRC_URI="http://www.dsl.org/cookbook/${P}.tar.gz"

LICENSE="DSL"
SLOT="0"
KEYWORDS="x86"

src_install() {
	dodoc *.txt
	doinfo info/*
}