dnssec-tools: can't build yet :-(
authorHarvie <tomas@mudrunka.cz>
Fri, 30 Jul 2010 16:00:28 +0000 (18:00 +0200)
committerHarvie <tomas@mudrunka.cz>
Fri, 30 Jul 2010 16:00:28 +0000 (18:00 +0200)
dnssec-tools/PKGBUILD [new file with mode: 0644]

diff --git a/dnssec-tools/PKGBUILD b/dnssec-tools/PKGBUILD
new file mode 100644 (file)
index 0000000..9bb23e6
--- /dev/null
@@ -0,0 +1,26 @@
+# Contributor: Thomas Mudrunka <harvie@@email..cz>
+# Maintainer:  Thomas Mudrunka <harvie@@email..cz>
+# 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
+}
This page took 0.108999 seconds and 4 git commands to generate.