Initial version of wpa_supplicant for Haiku that will end up in an optional

package.
This commit is contained in:
Michael Lotz
2011-09-27 22:36:48 +00:00
parent 53ee6778d2
commit d5ead88a4f
2 changed files with 1823 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,18 @@
DESCRIPTION="A WPA Supplicant with support for WPA and WPA2."
HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
SRC_URI="http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz"
CHECKSUM_MD5="f516f191384a9a546e3f5145c08addda"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd wpa_supplicant-0.7.3/wpa_supplicant
make wpa_supplicant
}
INSTALL {
cd wpa_supplicant-0.7.3/wpa_supplicant
cp wpa_supplicant `finddir B_COMMON_BIN_DIRECTORY`
}
LICENSE="BSD (2-clause)
GNU GPL v2"
COPYRIGHT="2003-2010 Jouni Malinen"