| 1 |
# Copyright 1999-2004 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsquery/dnsquery-0.60.2.ebuild,v 1.3 2004/06/24 22:35:01 agriffis Exp $ |
| 4 |
|
| 5 |
DESCRIPTION="A graphical tool for sending queries to DNS servers" |
| 6 |
HOMEPAGE="http://www.posadis.org/projects/dnsquery.php" |
| 7 |
SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz" |
| 8 |
|
| 9 |
LICENSE="GPL-2" |
| 10 |
SLOT="0" |
| 11 |
KEYWORDS="x86 amd64" |
| 12 |
IUSE="" |
| 13 |
|
| 14 |
DEPEND=">=dev-cpp/poslib-1.0.2 |
| 15 |
=x11-libs/gtk+-1.2*" |
| 16 |
|
| 17 |
src_compile() { |
| 18 |
econf || die |
| 19 |
emake || die |
| 20 |
} |
| 21 |
|
| 22 |
src_install() { |
| 23 |
make DESTDIR=${D} install || die |
| 24 |
dodoc AUTHORS ChangeLog INSTALL NEWS README TODO |
| 25 |
} |