pkgbase: Add a FreeBSD-hostapd package
Move the hostapd related files from FreeBSD-runtime to a new package n FreeBSD-hostapd The FreeBSD runtime is only intended to have everything for a working FreeBSD installation and hostapd isn't needed for that. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D20958
This commit is contained in:
@@ -38,6 +38,8 @@ groff_COMMENT= Groff Utilities
|
||||
groff_DESC= Groff Utilities
|
||||
hast_COMMENT= Highly Available Storage daemon
|
||||
hast_DESC= Highly Available Storage daemon
|
||||
hostapd_COMMENT= 802.11 Access Point Daemon an Utilities
|
||||
hostapd_DESC= 802.11 Access Point Daemon an Utilities
|
||||
jail_COMMENT= Jail Utilities
|
||||
jail_DESC= Jail Utilities
|
||||
jail-debug_DESCR= Debugging Symbols
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
name = "FreeBSD-%PKGNAME%"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "%COMMENT%"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "https://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
||||
deps: {
|
||||
FreeBSD-%PKGDEPS%: {
|
||||
origin: "base",
|
||||
version: "%VERSION%"
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
${WPA_DISTDIR}/src/drivers \
|
||||
${WPA_DISTDIR}/wpa_supplicant
|
||||
|
||||
PACKAGE= hostapd
|
||||
PROG= hostapd
|
||||
SRCS= accounting.c \
|
||||
ap_config.c \
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
.PATH.c:${HOSTAPD_DISTDIR}
|
||||
|
||||
PACKAGE= hostapd
|
||||
PROG= hostapd_cli
|
||||
SRCS= cli.c common.c edit.c eloop.c hostapd_cli.c os_unix.c \
|
||||
wpa_ctrl.c wpa_debug.c
|
||||
|
||||
Reference in New Issue
Block a user