mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
kea: vlicense for MPL-2.0
This commit is contained in:
parent
ba38a93f3c
commit
68a320659c
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kea'
|
# Template file for 'kea'
|
||||||
pkgname=kea
|
pkgname=kea
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr
|
configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr
|
||||||
$(vopt_if mysql --with-dhcp-mysql)
|
$(vopt_if mysql --with-dhcp-mysql)
|
||||||
|
@ -16,7 +16,7 @@ depends="libkea>=0"
|
||||||
conf_files="/etc/kea/kea.conf"
|
conf_files="/etc/kea/kea.conf"
|
||||||
short_desc="Next generation DHCPv4/v6 server"
|
short_desc="Next generation DHCPv4/v6 server"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="MPL-2"
|
license="MPL-2, Apache-2.0"
|
||||||
homepage="http://kea.isc.org/wiki"
|
homepage="http://kea.isc.org/wiki"
|
||||||
distfiles="http://ftp.isc.org/isc/kea/${version}/kea-${version}.tar.gz"
|
distfiles="http://ftp.isc.org/isc/kea/${version}/kea-${version}.tar.gz"
|
||||||
checksum="c3d97aee4faa19653ffe6d37e797e2fbf632124cd0b98bb502f9b97b5a383c2d"
|
checksum="c3d97aee4faa19653ffe6d37e797e2fbf632124cd0b98bb502f9b97b5a383c2d"
|
||||||
|
@ -35,6 +35,9 @@ post_install() {
|
||||||
vsv kea-dhcp6
|
vsv kea-dhcp6
|
||||||
vsv kea-dhcp-ddns
|
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,
|
# Since sv is used to control the kea servers,
|
||||||
# keactrl and its config file is useless for us
|
# keactrl and its config file is useless for us
|
||||||
rm ${DESTDIR}/usr/bin/keactrl
|
rm ${DESTDIR}/usr/bin/keactrl
|
||||||
|
|
Loading…
Add table
Reference in a new issue