summaryrefslogtreecommitdiff
blob: d99b64b1a5621bdde66442b94a15f484331b1a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bart Verwilst <verwilst@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.1 2002/06/29 00:55:03 bangert Exp $

S=${WORKDIR}/dns2go-1.1-1
DESCRIPTION="Dns2Go Linux Client v1.1"
SRC_URI="http://home.planetinternet.be/~felixdv/d2gsetup.tar.gz"
HOMEPAGE="http://www.dns2go.com"
SLOT="0"

DEPENDS="virtual/glibc"

src_install() {
    dobin dns2go
    doman dns2go.1 dns2go.conf.5
    dodoc INSTALL README LICENSE
    mkdir -p ${D}/var/dns2go
    mkdir -p ${D}/etc/init.d
    cp ${FILESDIR}/dns2go.rc6 ${D}/etc/init.d/dns2go
    chmod 755 ${D}/etc/init.d/dns2go
}