mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -8,18 +8,18 @@ negotiation with a WPA Authenticator and it controls the roaming and IEEE \
|
||||
802.11 authentication/association of the wlan driver.
|
||||
"
|
||||
HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
|
||||
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz"
|
||||
CHECKSUM_SHA256="2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
|
||||
COPYRIGHT="2003-2012 Jouni Malinen"
|
||||
LICENSE="
|
||||
BSD (2-clause)
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="2003-2012 Jouni Malinen"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz"
|
||||
CHECKSUM_SHA256="2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
|
||||
PATCHES="wpa_supplicant-2.0.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
wpa_supplicant = $portVersion compat >= 2
|
||||
cmd:wpa_supplicant = $portVersion compat >= 2
|
||||
@@ -28,6 +28,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libssl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libssl >= 1.0.0
|
||||
"
|
||||
@@ -38,7 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd wpa_supplicant
|
||||
|
||||
Reference in New Issue
Block a user