[arch-commits] Commit in kea-devel-docs/repos (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Apr 24 00:59:12 UTC 2018


    Date: Tuesday, April 24, 2018 @ 00:59:10
  Author: svenstaro
Revision: 317476

archrelease: copy trunk to community-testing-any

Added:
  kea-devel-docs/repos/community-testing-any/
  kea-devel-docs/repos/community-testing-any/PKGBUILD
    (from rev 317475, kea-devel-docs/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: kea-devel-docs/repos/community-testing-any/PKGBUILD (from rev 317475, kea-devel-docs/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2018-04-24 00:59:10 UTC (rev 317476)
@@ -0,0 +1,33 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+pkgname='kea-devel-docs'
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Developer documentation for Kea, a high-performance, extensible DHCP server engine'
+arch=('any')
+url='http://kea.isc.org'
+license=('MPL2')
+depends=()
+makedepends=('botan' 'boost' 'log4cplus' # Only here to make ./configure happy, not actually used.
+             'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz')
+source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc})
+sha512sums=('4708485efe537d9af00b50da9a3f33b740edaf37d9bbfe96f5625e30715349c48ef8a32f5abb8320f00821aea642a5b7ecdbc9f0d323a71b7a07f46f1bed978b'
+            'SKIP')
+validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems Consortium, Inc. (Signing key, 2017-2018) <codesign at isc.org>
+
+build() {
+  cd "${srcdir}/kea-${pkgver}"
+  autoreconf --install
+  ./configure \
+      --prefix='/usr' \
+      --sbindir='/usr/bin' \
+      --libexecdir='/usr/bin' \
+      --sysconfdir='/etc' \
+      --localstatedir='/var'
+  make -C doc devel
+}
+
+package() {
+  cd "${srcdir}/kea-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/kea/"
+  cp -r doc/html "${pkgdir}/usr/share/doc/kea/devel"
+}



More information about the arch-commits mailing list