From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/wpa_supplicant/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 package/wpa_supplicant/Makefile (limited to 'package/wpa_supplicant/Makefile') diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile new file mode 100644 index 000000000..9d12820b7 --- /dev/null +++ b/package/wpa_supplicant/Makefile @@ -0,0 +1,35 @@ +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= wpa_supplicant +PKG_VERSION:= 0.6.9 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 0efb8fcedf0a8acf6f423dfdb0658fdd +MASTER_SITES:= http://hostap.epitest.fi/releases/ + +WRKSRC= ${WRKDIST}/${PKG_NAME} + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,WPA_SUPPLICANT,wpa-supplicant,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +BUILD_STYLE:= auto +MAKE_FLAGS+= CPPFLAGS='${TCPPFLAGS}' \ + LDFLAGS='${TLDFLAGS}' \ + OPT_FLAGS='${TCFLAGS}' \ + KERNEL=${LINUX_DIR} + +do-configure: + ${CP} files/config ${WRKBUILD}/.config + +do-install: + ${INSTALL_DIR} ${IDIR_WPA_SUPPLICANT}/usr/sbin + ${INSTALL_BIN} ${WRKBUILD}/wpa_cli ${IDIR_WPA_SUPPLICANT}/usr/sbin/ + ${INSTALL_BIN} ${WRKBUILD}/wpa_passphrase ${IDIR_WPA_SUPPLICANT}/usr/sbin/ + ${INSTALL_BIN} ${WRKBUILD}/wpa_supplicant ${IDIR_WPA_SUPPLICANT}/usr/sbin/ + +include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3