wpa_supplicant 2.0: update recipe

This commit is contained in:
Ingo Weinhold
2013-06-18 10:23:38 +02:00
parent b712289fad
commit 272581b5f3

View File

@@ -8,37 +8,40 @@ LICENSE="
GNU GPL v2
"
COPYRIGHT="2003-2012 Jouni Malinen"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 ?x86"
PATCHES="wpa_supplicant-2.0.patch"
PROVIDES="
wpa_supplicant = $portVersion compat >= 2
cmd:wpa_supplicant = $portVersion compat >= 2
"
REQUIRES="
haiku >= $haikuVersion
openssl >= 1.0.0
lib:libssl
"
BUILD_REQUIRES="
cmd:gcc
cmd:ld
cmd:make
openssl >= 1.0.0
devel:libssl >= 1.0.0
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
"
SOURCE_DIR="$portVersionedName/wpa_supplicant"
SOURCE_DIR="$portVersionedName"
BUILD()
{
cd wpa_supplicant
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant
}
INSTALL()
{
cd wpa_supplicant
mkdir -p $binDir
cp -v wpa_supplicant $binDir
}