blob: f522e8b6c542d59349fa4283a741ea64c77f0817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/daemontools-man/daemontools-man-20020131.ebuild,v 1.5 2002/10/04 20:44:04 vapier Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Man pages for daemontools"
SRC_URI="http://smarden.org/pape/djb/manpages/daemontools-0.76-man-20020131.tar.gz"
HOMEPAGE="http://smarden.org/pape/djb/manpages/"
SLOT="0"
LICENSE="public-domain"
KEYWORDS="x86 ppc sparc sparc64"
src_install () {
dodoc README
doman *.8
}
|