[arch-commits] Commit in kea-devel-docs (3 files)
Baptiste Jonglez
zorun at archlinux.org
Sat Dec 30 17:05:22 UTC 2017
Date: Saturday, December 30, 2017 @ 17:05:21
Author: zorun
Revision: 277478
archrelease: copy trunk to community-any
Added:
kea-devel-docs/repos/
kea-devel-docs/repos/community-any/
kea-devel-docs/repos/community-any/PKGBUILD
(from rev 277477, kea-devel-docs/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: kea-devel-docs/repos/community-any/PKGBUILD (from rev 277477, kea-devel-docs/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD (rev 0)
+++ repos/community-any/PKGBUILD 2017-12-30 17:05:21 UTC (rev 277478)
@@ -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