blob: 12d45a06b46a38fc198f5bd8f09cffd990e31537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.17 2007/04/28 17:21:45 swegener Exp $
DESCRIPTION="Dns2Go Linux Client v1.1"
HOMEPAGE="http://www.dns2go.com/"
SRC_URI="http://home.planetinternet.be/~felixdv/d2gsetup.tar.gz"
LICENSE="DNS2GO"
SLOT="0"
KEYWORDS="x86 amd64 -* s390"
IUSE=""
DEPEND="virtual/libc"
S=${WORKDIR}/${P}-1
src_install() {
dobin dns2go
doman dns2go.1 dns2go.conf.5
dodoc INSTALL README LICENSE
keepdir /var/dns2go
newinitd ${FILESDIR}/dns2go.rc6 dns2go
}
|