Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85072 Details for
Bug 130669
A DNS client, written in C
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An Ebuild,for a DNS client.
dnscli-0.0.1.ebuild (text/plain), 684 bytes, created by
Sohail
on 2006-04-20 15:34:01 UTC
(
hide
)
Description:
An Ebuild,for a DNS client.
Filename:
MIME Type:
Creator:
Sohail
Created:
2006-04-20 15:34:01 UTC
Size:
684 bytes
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 ># $Header: /usr/local/portage/net-misc/dnscli/dnscli-0.0.1.ebuild > >DESCRIPTION="A tool to test the DNS servers" >HOMEPAGE="http://www.stupidcomputing.com/downloads/dns-client/" >SRC_URI="http://www.stupidcomputing.com/downloads/dns-client/dnscli-0.0.1.tar.bz2" > >LICENSE="GPL-2" >SLOT=0 ># ARCH - packages to test before marking >KEYWORDS="x86" >IUSE="" > >function src_compile() { > make -C ${WORKDIR}/${PN}; >} > >function src_install() { > mkdir ${D}bin; > mkdir ${D}usr; > mkdir ${D}usr/man; > mkdir ${D}usr/man/man1; > cp -v ${WORKDIR}/${PN}/dnsCli ${D}bin; > cp -v ${WORKDIR}/${PN}/dnsCli.1.gz ${D}usr/man/man1; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 130669
:
85072
|
89161
|
92760