[arch-commits] Commit in powerdns-recursor/repos (6 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Dec 6 19:52:03 UTC 2015
Date: Sunday, December 6, 2015 @ 20:52:03
Author: bpiotrowski
Revision: 149131
archrelease: copy trunk to community-staging-x86_64, community-staging-i686
Added:
powerdns-recursor/repos/community-staging-i686/
powerdns-recursor/repos/community-staging-i686/PKGBUILD
(from rev 149130, powerdns-recursor/trunk/PKGBUILD)
powerdns-recursor/repos/community-staging-i686/pdns-recursor.service
(from rev 149130, powerdns-recursor/trunk/pdns-recursor.service)
powerdns-recursor/repos/community-staging-x86_64/
powerdns-recursor/repos/community-staging-x86_64/PKGBUILD
(from rev 149130, powerdns-recursor/trunk/PKGBUILD)
powerdns-recursor/repos/community-staging-x86_64/pdns-recursor.service
(from rev 149130, powerdns-recursor/trunk/pdns-recursor.service)
------------------------------------------------+
community-staging-i686/PKGBUILD | 44 +++++++++++++++++++++++
community-staging-i686/pdns-recursor.service | 10 +++++
community-staging-x86_64/PKGBUILD | 44 +++++++++++++++++++++++
community-staging-x86_64/pdns-recursor.service | 10 +++++
4 files changed, 108 insertions(+)
Copied: powerdns-recursor/repos/community-staging-i686/PKGBUILD (from rev 149130, powerdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 19:52:03 UTC (rev 149131)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan Steffens <heftig at archlinux.org>
+
+pkgname=powerdns-recursor
+pkgver=3.7.3
+pkgrel=2
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost' 'inetutils')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
+ 'pdns-recursor.service')
+sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
+ 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+ cd "pdns-recursor-$pkgver"
+
+ ./configure --prefix=/usr
+ make -j1 LUA=1 \
+ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+ LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+}
+
+package() {
+ cd "pdns-recursor-$pkgver"
+
+ make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+ mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+ "$pkgdir/etc/powerdns/recursor.conf"
+ rm -r "$pkgdir/etc/init.d"
+ install -Dm644 "$srcdir/pdns-recursor.service" \
+ "$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: powerdns-recursor/repos/community-staging-i686/pdns-recursor.service (from rev 149130, powerdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-staging-i686/pdns-recursor.service (rev 0)
+++ community-staging-i686/pdns-recursor.service 2015-12-06 19:52:03 UTC (rev 149131)
@@ -0,0 +1,10 @@
+[Unit]
+Description=PowerDNS resolving DNS server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pdns_recursor --daemon
+
+[Install]
+WantedBy=multi-user.target
Copied: powerdns-recursor/repos/community-staging-x86_64/PKGBUILD (from rev 149130, powerdns-recursor/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 19:52:03 UTC (rev 149131)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 100035 2013-10-31 11:20:48Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan Steffens <heftig at archlinux.org>
+
+pkgname=powerdns-recursor
+pkgver=3.7.3
+pkgrel=2
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('gcc-libs' 'lua')
+makedepends=('boost' 'inetutils')
+replaces=('pdns-recursor')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
+ 'pdns-recursor.service')
+sha256sums=('859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11'
+ 'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
+
+build() {
+ cd "pdns-recursor-$pkgver"
+
+ ./configure --prefix=/usr
+ make -j1 LUA=1 \
+ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+ LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
+}
+
+package() {
+ cd "pdns-recursor-$pkgver"
+
+ make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+ mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+ "$pkgdir/etc/powerdns/recursor.conf"
+ rm -r "$pkgdir/etc/init.d"
+ install -Dm644 "$srcdir/pdns-recursor.service" \
+ "$pkgdir/usr/lib/systemd/system/pdns-recursor.service"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: powerdns-recursor/repos/community-staging-x86_64/pdns-recursor.service (from rev 149130, powerdns-recursor/trunk/pdns-recursor.service)
===================================================================
--- community-staging-x86_64/pdns-recursor.service (rev 0)
+++ community-staging-x86_64/pdns-recursor.service 2015-12-06 19:52:03 UTC (rev 149131)
@@ -0,0 +1,10 @@
+[Unit]
+Description=PowerDNS resolving DNS server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/pdns_recursor --daemon
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list