Commit | Line | Data |
---|---|---|
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 | ||
5 | pkgname=anchors2keys | |
eb54df00 | 6 | pkgver=2010.03.31 |
3a62aeab | 7 | pkgrel=1 |
eb54df00 | 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." |
3a62aeab H |
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 | } |