mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial version of wpa_supplicant for Haiku that will end up in an optional
package.
This commit is contained in:
1805
net-wireless/wpa_supplicant/patches/wpa_supplicant-0.7.3.patch
Normal file
1805
net-wireless/wpa_supplicant/patches/wpa_supplicant-0.7.3.patch
Normal file
File diff suppressed because it is too large
Load Diff
18
net-wireless/wpa_supplicant/wpa_supplicant-0.7.3.bep
Normal file
18
net-wireless/wpa_supplicant/wpa_supplicant-0.7.3.bep
Normal 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"
|
||||
Reference in New Issue
Block a user