mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
kea: fix license=
This commit is contained in:
parent
ff83b122ab
commit
003fbc525e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kea'
|
# Template file for 'kea'
|
||||||
pkgname=kea
|
pkgname=kea
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=5
|
revision=6
|
||||||
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)
|
||||||
|
@ -17,7 +17,7 @@ depends="libkea>=0"
|
||||||
conf_files="/etc/kea/*.conf"
|
conf_files="/etc/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 Apache-2.0"
|
license="MPL-2.0, 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=6edfcdbf2526c218426a1d1a6a6694a4050c97bb8412953a230285d63415c391
|
checksum=6edfcdbf2526c218426a1d1a6a6694a4050c97bb8412953a230285d63415c391
|
||||||
|
|
Loading…
Add table
Reference in a new issue