mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dhcp-helper: fix license
As there isn't a GPL v2.1 nor a GPL v4, I'm making the assumption that GPL-2-only OR GPL-3-only is a wordy way of sauing GPL-2-or-later.
This commit is contained in:
parent
03b0c5d111
commit
f783c09c81
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'dhcp-helper'
|
# Template file for 'dhcp-helper'
|
||||||
pkgname=dhcp-helper
|
pkgname=dhcp-helper
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
_srcver=1
|
_srcver=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="version=$version"
|
make_build_args="version=$version"
|
||||||
make_install_args="BINDIR=/usr/bin MANDIR=/usr/share/man"
|
make_install_args="BINDIR=/usr/bin MANDIR=/usr/share/man"
|
||||||
short_desc="Simple, straightforward DHCP relay agent"
|
short_desc="Simple, straightforward DHCP relay agent"
|
||||||
maintainer="fosslinux <fosslinux@aussies.space>"
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
||||||
license="GPL-2.0-only OR GPL-3.0-only"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.thekelleys.org.uk/dhcp-helper/"
|
homepage="http://www.thekelleys.org.uk/dhcp-helper/"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/dhcp-helper/dhcp-helper_${version}-${_srcver}.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/d/dhcp-helper/dhcp-helper_${version}-${_srcver}.tar.gz"
|
||||||
checksum=d11647e4af1f8b25fb854b6f444fec66910d7446d97de918eff5b8a284397e49
|
checksum=d11647e4af1f8b25fb854b6f444fec66910d7446d97de918eff5b8a284397e49
|
||||||
|
|
Loading…
Add table
Reference in a new issue