Commit 8b4f117b authored by Seblu's avatar Seblu
Browse files

Delete bind10

Abandoned by ISC
parent 9f5f714a
Loading
Loading
Loading
Loading

bind10/PKGBUILD

deleted100644 → 0
+0 −36
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer <seblu@seblu.net>

pkgname=bind10
pkgver=1.1.0
pkgrel=1
pkgdesc='Next generation of ISC BIND and DHCP server'
arch=('i686' 'x86_64')
url='http://bind10.isc.org'
license=('custom')
makedepends=('boost')
depends=('boost-libs' 'python' 'botan' 'python-setproctitle' 'log4cplus')
backup=('etc/bind10/cmdctl-certfile.pem'
        'etc/bind10/cmdctl-keyfile.pem')
options=('!makeflags')
source=("ftp://ftp.isc.org/isc/bind10/$pkgver/bind10-$pkgver.tar.gz")
md5sums=('d5e4c286e75ab9de8b729521a974649d')

build() {
  cd $pkgname-$pkgver
  ./configure \
    --prefix=/usr \
    --sbindir=/usr/bin \
    --sysconfdir=/etc \
    --libexecdir=/usr/lib
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
  # symlink license
  install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
  ln -s ../../doc/$pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

# vim:set ts=2 sw=2 et:
+680 B

File added.

No diff preview for this file type.

+1 −0
Original line number Diff line number Diff line
/var/cache/pacman/sources/bind10-1.2.0.tar.gz
 No newline at end of file