summaryrefslogtreecommitdiff
path: root/pcr/knot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/knot/PKGBUILD')
-rw-r--r--pcr/knot/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/knot/PKGBUILD b/pcr/knot/PKGBUILD
deleted file mode 100644
index 4f785493a..000000000
--- a/pcr/knot/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Otto Sabart <seberm[at]gmail[dot]com>
-# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières <aurelien@cwb.io>
-
-pkgname=knot
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="high-performance authoritative-only DNS server"
-url="http://www.knot-dns.cz/setlang/?language=en"
-arch=('i686' 'x86_64')
-license=('GPLv3')
-depends=('liburcu>=0.5.4' 'flex>=2.5.3' 'libtool' 'bison>=2.3')
-optdepends=('libcap')
-makedepends=('autoconf>=2.65')
-conflicts=()
-replaces=()
-backup=()
-#install='foo.install'
-source=("http://public.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.gz")
-
-md5sums=('b2d4a53d8e98565ebb389531c2b66690')
-
-build() {
-
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- #autoreconf -if
- ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc/knot
-
- make && make install DESTDIR="${pkgdir}" || return 1
- #ldconfig
-}