blob: d709dde4bb2e348b1c9ecf86eaf6e3bd5c623e9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/valtz/valtz-0.7.ebuild,v 1.2 2008/01/25 23:05:13 bangert Exp $
DESCRIPTION="Validation tool for tinydns-data zone files."
SRC_URI="http://x42.com/software/valtz/${PN}.tgz"
HOMEPAGE="http://x42.com/software/valtz/"
IUSE=""
SLOT="0"
LICENSE="BSD"
KEYWORDS="~x86"
RDEPEND="dev-lang/perl"
src_install() {
dobin valtz || die
dodoc README CHANGES
}
|