* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -0,0 +1,21 @@
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
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant
}
INSTALL()
{
cd wpa_supplicant-0.7.3/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-2010 Jouni Malinen"