summaryrefslogtreecommitdiff
path: root/testing/ldns
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-10-25 18:46:01 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-10-25 18:46:01 +0200
commit5833e11252fe4cc8a98860d8058eb9a5e468ee70 (patch)
tree2a9f6051350e5ded403cf65e81324e10f041827a /testing/ldns
parentaa59a87bb8860445bb3a4b233b44812b65b8c363 (diff)
parenta3b55a0c47a00ac40bc00a4ce87d93f809273840 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cegui/PKGBUILD community-testing/darktable/PKGBUILD community-testing/freewrl/PKGBUILD community-testing/gambas3/PKGBUILD community-testing/gource/PKGBUILD community-testing/luminancehdr/PKGBUILD community-testing/luxrays/PKGBUILD community-testing/luxrender/PKGBUILD community-testing/megaglest/PKGBUILD community-testing/openimageio/PKGBUILD community-testing/performous/PKGBUILD community-testing/projectm/PKGBUILD community-testing/rss-glx/PKGBUILD community-testing/sfml/PKGBUILD community-testing/spring/PKGBUILD community-testing/supertux/PKGBUILD community-testing/widelands/PKGBUILD community-testing/xbmc/PKGBUILD community-testing/xbmc/xbmc.install community/plan9port/PKGBUILD community/v8/PKGBUILD multilib/dev86/PKGBUILD testing/binutils/PKGBUILD testing/bzflag/PKGBUILD testing/calligra/PKGBUILD testing/cinepaint/PKGBUILD testing/coreutils/PKGBUILD testing/enblend-enfuse/PKGBUILD testing/gcc/PKGBUILD testing/gegl/PKGBUILD testing/glew/PKGBUILD testing/glibc/PKGBUILD testing/glibc/glibc.install testing/glibc/nscd.service testing/gnome-documents/PKGBUILD testing/hugin/PKGBUILD testing/inkscape/PKGBUILD testing/opencv/PKGBUILD testing/systemd/PKGBUILD testing/systemd/systemd.install testing/tracker/PKGBUILD testing/transcode/PKGBUILD testing/transcode/ffmpeg-0.11.patch testing/xf86-video-nouveau/PKGBUILD testing/xine-lib/PKGBUILD
Diffstat (limited to 'testing/ldns')
-rw-r--r--testing/ldns/PKGBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/ldns/PKGBUILD b/testing/ldns/PKGBUILD
deleted file mode 100644
index 4613191f4..000000000
--- a/testing/ldns/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 169587 2012-10-23 22:55:24Z bisson $
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
-# Contributor: mathieui <mathieui@mathieui.net>
-# Contributor: jiribb <jiribb@gmail.com>
-
-pkgname=ldns
-pkgver=1.6.14
-pkgrel=1
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://www.nlnetlabs.nl/projects/ldns/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('openssl' 'dnssec-anchors')
-optdepends=('libpcap: ldns-dpa tool')
-makedepends=('libpcap')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('2ef5fbf33b25d2f7b736c332ebccc0862dd12d02')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --enable-static=no \
- --disable-rpath \
- --with-drill \
- --with-examples \
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}