summaryrefslogtreecommitdiff
path: root/community/adns
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/adns
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/adns')
-rw-r--r--community/adns/PKGBUILD23
-rw-r--r--community/adns/so-fix.patch10
2 files changed, 0 insertions, 33 deletions
diff --git a/community/adns/PKGBUILD b/community/adns/PKGBUILD
deleted file mode 100644
index 067c928f4..000000000
--- a/community/adns/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 65027 2012-02-20 02:05:52Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: dorphell <dorphell@archlinux.org>
-# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-
-pkgname=adns
-pkgver=1.4
-pkgrel=3
-pkgdesc="adns is an asyncronous replacement resolver library"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~ian/adns/"
-license=('GPL')
-depends=('glibc')
-source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar.gz)
-md5sums=('88bc7bbf3f62a8d4fb186b8f72ead853')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
- mkdir -p $pkgdir/usr/{lib,include,bin}
- make prefix=$pkgdir/usr install
-}
diff --git a/community/adns/so-fix.patch b/community/adns/so-fix.patch
deleted file mode 100644
index 22d874225..000000000
--- a/community/adns/so-fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in-old 2003-02-14 22:16:21.000000000 -0800
-+++ Makefile.in 2003-02-14 22:16:59.000000000 -0800
-@@ -33,6 +33,7 @@
- install:
- $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
- ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
-+ ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
-
- uninstall:
- rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)