Rename wpa_supplicant-2.0.bep to *.recipe

This commit is contained in:
Ingo Weinhold
2013-04-22 22:41:29 +02:00
parent e247faabc4
commit f271a239d3

View File

@@ -0,0 +1,19 @@
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-2.0.tar.gz"
CHECKSUM_MD5="3be2ebfdcced52e00eda0afe2889839d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd wpa_supplicant-2.0/wpa_supplicant
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant
}
INSTALL {
cd wpa_supplicant-2.0/wpa_supplicant
mkdir -p ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`
cp -v wpa_supplicant ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`/
}
LICENSE="BSD (2-clause)
GNU GPL v2"
COPYRIGHT="2003-2012 Jouni Malinen"