wpa_supplicant: add meta file support, cleanup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-12 19:55:26 +01:00
parent 997dd43f86
commit 516021ef52
6 changed files with 18 additions and 21 deletions

View File

@ -2,9 +2,9 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build dbus
$SCRIPTS/build libnl
cd $PKG_BUILD/$1
cp $ROOT/$PKG_DIR/config/makefile.config .config
[ $DEBUG = no ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config
cd $PKG_BUILD/wpa_supplicant
make

View File

@ -2,9 +2,6 @@
. config/options $1
$SCRIPTS/install dbus
$SCRIPTS/install libnl
mkdir -p $INSTALL/etc/dbus-1/system.d
cp $PKG_BUILD/wpa_supplicant/dbus/dbus-wpa_supplicant.conf $INSTALL/etc/dbus-1/system.d

View File

@ -0,0 +1,14 @@
PKG_NAME="wpa_supplicant"
PKG_VERSION="0.7.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://hostap.epitest.fi/wpa_supplicant/"
PKG_URL="http://hostap.epitest.fi/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="dbus libnl"
PKG_BUILD_DEPENDS="toolchain dbus libnl"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="wpa_supplicant: An IEEE 802.11i supplicant implementation"
PKG_LONGDESC="The wpa_supplicant is a free software implementation of an IEEE 802.11i supplicant. In addition to being a full-featured WPA2 supplicant, it also has support for WPA and older wireless LAN security protocols."
PKG_IS_ADDON="no"

View File

@ -1,13 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
WPA_SUPPLICANT=`ls -d $PKG_BUILD`/wpa_supplicant
cp $PKG_DIR/config/makefile.config $WPA_SUPPLICANT/.config
if [ $DEBUG = no ]; then
echo "CONFIG_NO_STDOUT_DEBUG=y" >> $WPA_SUPPLICANT/.config
fi

View File

@ -1 +0,0 @@
http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz