csync-git
[mirrors/ArchLinux-Packages.git] / anchors2keys / PKGBUILD
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
5 pkgname=anchors2keys
6 pkgver=2010.03.31
7 pkgrel=1
8 pkgdesc="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."
9 url="https://itar.iana.org/instructions/"
10 license="BSD"
11 arch=(any)
12 depends=(python python-dnspython)
13 source=(https://itar.iana.org/_misc/${pkgname})
14 md5sums=('b57c5683bbb863a3382303f4ef61a689')
15
16 build() {
17 mkdir -p "${pkgdir}/usr/bin/"
18 cp "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/"
19 chmod -R 755 "${pkgdir}"
20 }
This page took 0.269304 seconds and 4 git commands to generate.