csync-git
[mirrors/ArchLinux-Packages.git] / anchors2keys / PKGBUILD
CommitLineData
3a62aeab
H
1# Contributor: Thomas Mudrunka <harvie@@email..cz>
2# Maintainer: Thomas Mudrunka <harvie@@email..cz>
3# You can also contact me on http://blog.harvie.cz/
4
5pkgname=anchors2keys
eb54df00 6pkgver=2010.03.31
3a62aeab 7pkgrel=1
eb54df00 8pkgdesc="Tool from ITAR.IANA. Takes a set of DS records, and fetches the DNSKEYs that match. Used for DNSSEC software that only accepts keys as trust anchors, rather than DS records."
3a62aeab
H
9url="https://itar.iana.org/instructions/"
10license="BSD"
11arch=(any)
12depends=(python python-dnspython)
13source=(https://itar.iana.org/_misc/${pkgname})
14md5sums=('b57c5683bbb863a3382303f4ef61a689')
15
16build() {
17 mkdir -p "${pkgdir}/usr/bin/"
18 cp "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/"
19 chmod -R 755 "${pkgdir}"
20}
This page took 0.169113 seconds and 4 git commands to generate.