wpa_supplicant: update to 1.1.
This commit is contained in:
parent
87f6ae1f4c
commit
1f0c598047
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,14 @@
|
|||
# Template file for 'wpa_supplicant'
|
||||
pkgname=wpa_supplicant
|
||||
version=1.0
|
||||
revision=4
|
||||
version=1.1
|
||||
revision=1
|
||||
build_wrksrc=$pkgname
|
||||
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
|
||||
conf_files="/etc/${pkgname}.conf"
|
||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://hostap.epitest.fi"
|
||||
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
||||
checksum=91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c
|
||||
checksum=a54dbe5cfd47b724d7433366d536f76bbc31efea2df866a8f2f87c86a48b9e02
|
||||
long_desc="
|
||||
$pkgname is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with
|
||||
support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both
|
||||
|
@ -24,6 +22,9 @@ long_desc="
|
|||
$pkgname supports separate frontend programs and a text-based frontend
|
||||
(wpa_cli) and a GUI (wpa_gui) are included with $pkgname."
|
||||
|
||||
makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel"
|
||||
conf_files="/etc/${pkgname}.conf"
|
||||
|
||||
do_build() {
|
||||
sed -i 's|/usr/local|$(PREFIX)|g' Makefile
|
||||
cp -f ${FILESDIR}/config .config
|
||||
|
|
Loading…
Reference in a new issue