diff --git a/srcpkgs/wpa_supplicant/template b/srcpkgs/wpa_supplicant/template index 46a73884cb4..37208078292 100644 --- a/srcpkgs/wpa_supplicant/template +++ b/srcpkgs/wpa_supplicant/template @@ -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 " 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