mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
hostapd: fix license: it's BSD since 2012.
This commit is contained in:
parent
62225251a5
commit
80b4ad809c
1 changed files with 4 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'hostapd'
|
# Template file for 'hostapd'
|
||||||
pkgname=hostapd
|
pkgname=hostapd
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=${pkgname}
|
build_wrksrc=${pkgname}
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libnl3-devel openssl-devel"
|
makedepends="libnl3-devel openssl-devel"
|
||||||
short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
|
short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="BSD"
|
||||||
homepage="http://w1.fi/hostapd/"
|
homepage="http://w1.fi/hostapd/"
|
||||||
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882
|
checksum=f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882
|
||||||
|
@ -33,4 +33,6 @@ do_install() {
|
||||||
|
|
||||||
vinstall hostapd.8 644 usr/share/man/man8
|
vinstall hostapd.8 644 usr/share/man/man8
|
||||||
vinstall hostapd_cli.1 644 usr/share/man/man1
|
vinstall hostapd_cli.1 644 usr/share/man/man1
|
||||||
|
|
||||||
|
vinstall COPYING 644 usr/share/licenses/$pkgname LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue