diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-29 00:55:03 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-29 00:55:03 +0000 |
commit | d19f63797573f43ce392be56bf42e6ac3217c32e (patch) | |
tree | 1248b0606c23a939a46398eadcce97d8f1223c92 /net-dns/dns2go/dns2go-1.1-r2.ebuild | |
parent | new category: net-dns (diff) | |
download | historical-d19f63797573f43ce392be56bf42e6ac3217c32e.tar.gz historical-d19f63797573f43ce392be56bf42e6ac3217c32e.tar.bz2 historical-d19f63797573f43ce392be56bf42e6ac3217c32e.zip |
new category: net-dns. initial import
Diffstat (limited to 'net-dns/dns2go/dns2go-1.1-r2.ebuild')
-rw-r--r-- | net-dns/dns2go/dns2go-1.1-r2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-dns/dns2go/dns2go-1.1-r2.ebuild b/net-dns/dns2go/dns2go-1.1-r2.ebuild new file mode 100644 index 000000000000..d99b64b1a562 --- /dev/null +++ b/net-dns/dns2go/dns2go-1.1-r2.ebuild @@ -0,0 +1,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 +} |