diff --git a/srcpkgs/kea/template b/srcpkgs/kea/template index c142c67821..533955ee10 100644 --- a/srcpkgs/kea/template +++ b/srcpkgs/kea/template @@ -1,7 +1,7 @@ # Template file for 'kea' pkgname=kea version=1.1.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr $(vopt_if mysql --with-dhcp-mysql) @@ -16,7 +16,7 @@ depends="libkea>=0" conf_files="/etc/kea/kea.conf" short_desc="Next generation DHCPv4/v6 server" maintainer="Jürgen Buchmüller " -license="MPL-2" +license="MPL-2, Apache-2.0" homepage="http://kea.isc.org/wiki" distfiles="http://ftp.isc.org/isc/kea/${version}/kea-${version}.tar.gz" checksum="c3d97aee4faa19653ffe6d37e797e2fbf632124cd0b98bb502f9b97b5a383c2d" @@ -35,6 +35,9 @@ post_install() { vsv kea-dhcp6 vsv kea-dhcp-ddns + # We don't have the MPL-2.0 standard license + vlicense COPYING + # Since sv is used to control the kea servers, # keactrl and its config file is useless for us rm ${DESTDIR}/usr/bin/keactrl