From 59208b5ead37d6c174afa6847c6984bb8452ccd9 Mon Sep 17 00:00:00 2001 From: Harvie Date: Fri, 30 Jul 2010 18:00:28 +0200 Subject: [PATCH] dnssec-tools: can't build yet :-( --- dnssec-tools/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dnssec-tools/PKGBUILD diff --git a/dnssec-tools/PKGBUILD b/dnssec-tools/PKGBUILD new file mode 100644 index 0000000..9bb23e6 --- /dev/null +++ b/dnssec-tools/PKGBUILD @@ -0,0 +1,26 @@ +# Contributor: Thomas Mudrunka +# Maintainer: Thomas Mudrunka +# You can also contact me on http://blog.harvie.cz/ + +pkgname=dnssec-tools +pkgver=1.7 +pkgrel=1 +pkgdesc="set of software tools, patches, applications, wrappers, extensions, and plugins that will help ease the deployment of DNSSEC related technologies" +url="http://www.dnssec-tools.org/" +license="GPL" +arch=('i686' 'x86_64') +depends=(perl) +source=("http://www.dnssec-tools.org/download/${pkgname}-${pkgver}.tar.gz") +md5sums=('f3dfe18ae50cf65594936e1684d469d0') + +build() { + cd ${srcdir}/${pkgname}-${pkgver}/ || return 1 + ./configure --prefix='' --exec_prefix=/usr\ + --with-resolv-conf=/etc/resolv.conf\ + --with-root-hints=none\ + --with-ipv6\ + --with-nsec3\ + --with-dlv + make + make exec_prefix=/usr | return 1 +} -- 2.30.2