mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Fix ordering
This commit is contained in:
@@ -8,18 +8,19 @@ 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-0.7.3.tar.gz"
|
||||
CHECKSUM_SHA256="d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
|
||||
COPYRIGHT="2003-2010 Jouni Malinen"
|
||||
LICENSE="
|
||||
BSD (2-clause)
|
||||
GNU GPL v2
|
||||
"
|
||||
COPYRIGHT="2003-2010 Jouni Malinen"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
SOURCE_URI="http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz"
|
||||
CHECKSUM_SHA256="d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
|
||||
SOURCE_DIR="wpa_supplicant-${portVersion}/wpa_supplicant"
|
||||
PATCHES="wpa_supplicant-0.7.3.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
wpa_supplicant = $portVersion compat >= 0.7
|
||||
"
|
||||
@@ -27,6 +28,7 @@ REQUIRES="
|
||||
haiku
|
||||
openssl >= 1.0.0
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
openssl >= 1.0.0
|
||||
"
|
||||
@@ -37,8 +39,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="wpa_supplicant-${portVersion}/wpa_supplicant"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant
|
||||
|
||||
Reference in New Issue
Block a user