wok diff wpa_supplicant/receipt @ rev 4333

Change dep from openssl to libssl: libcurl, midori, sylpheed, wpa_supplicant
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 30 13:35:06 2009 +0200 (2009-09-30)
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	Wed Sep 30 13:35:06 2009 +0200
     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.