wok-current diff wpa_supplicant/receipt @ rev 4815
Up: gtkhtml_viewer(0.26)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Jan 19 01:08:25 2010 +0100 (2010-01-19) |
parents | d80bbe920b1e |
children | 35ec83c60e58 |
line diff
1.1 --- a/wpa_supplicant/receipt Sun Jun 14 10:39:50 2009 +0000 1.2 +++ b/wpa_supplicant/receipt Tue Jan 19 01:08:25 2010 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="WPA Supplicant with support for WPA and WPA2" 1.6 MAINTAINER="0dddba11@googlemail.com" 1.7 -DEPENDS="openssl slitaz-base-files" 1.8 +DEPENDS="libssl slitaz-base-files" 1.9 BUILD_DEPENDS="openssl-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/" 1.12 @@ -26,15 +26,15 @@ 1.13 mkdir -p $fs/etc 1.14 cp -a $src/$PACKAGE/wpa_cli $fs/usr/bin 1.15 cp -a $src/$PACKAGE/wpa_supplicant $fs/usr/bin 1.16 - cp -a $src/$PACKAGE/wpa_passphrase $fs/usr/bin 1.17 - 1.18 + cp -a $src/$PACKAGE/wpa_passphrase $fs/usr/bin 1.19 + 1.20 # dont copy the original 1.21 # cp -a $src/$PACKAGE/wpa_supplicant.conf $fs/etc 1.22 - 1.23 + 1.24 # Startup script and cleaned up wpa_supplicant.conf 1.25 cp -a stuff/etc $fs 1.26 - 1.27 - 1.28 + 1.29 + 1.30 } 1.31 1.32 # Pre and post install commands for Tazpkg.