mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
21
net-wireless/wpa_supplicant/wpa_supplicant-0.7.3.recipe
Normal file
21
net-wireless/wpa_supplicant/wpa_supplicant-0.7.3.recipe
Normal 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"
|
||||
Reference in New Issue
Block a user