hostapd: fix license: it's BSD since 2012.

This commit is contained in:
Juan RP 2014-06-06 14:05:57 +02:00
parent 62225251a5
commit 80b4ad809c
1 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'hostapd'
pkgname=hostapd
version=2.2
revision=1
revision=2
build_wrksrc=${pkgname}
hostmakedepends="pkg-config"
makedepends="libnl3-devel openssl-devel"
short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
license="BSD"
homepage="http://w1.fi/hostapd/"
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
checksum=f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882
@ -33,4 +33,6 @@ do_install() {
vinstall hostapd.8 644 usr/share/man/man8
vinstall hostapd_cli.1 644 usr/share/man/man1
vinstall COPYING 644 usr/share/licenses/$pkgname LICENSE
}