wok 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 0e294c895140
children 6d1807fb3ac5
files libcurl/receipt midori/receipt sylpheed/receipt wpa_supplicant/receipt
line diff
     1.1 --- a/libcurl/receipt	Wed Sep 30 13:31:35 2009 +0200
     1.2 +++ b/libcurl/receipt	Wed Sep 30 13:35:06 2009 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  WANTED="curl"
     1.6  WEB_SITE="http://curl.haxx.se/"
     1.7 -DEPENDS="libidn openssl zlib"
     1.8 +DEPENDS="libidn libssl zlib"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
     2.1 --- a/midori/receipt	Wed Sep 30 13:31:35 2009 +0200
     2.2 +++ b/midori/receipt	Wed Sep 30 13:35:06 2009 +0200
     2.3 @@ -6,9 +6,10 @@
     2.4  SHORT_DESC="Light Web Browse using GTK+/WebKit."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     2.7 -DEPENDS="libsexy libwebkit libsoup icu curl openssl sqlite xorg-libXdamage 
     2.8 +DEPENDS="libsexy libwebkit libsoup icu curl libssl sqlite xorg-libXdamage \
     2.9  gnutls"
    2.10 -BUILD_DEPENDS="python libsexy-dev libsexy libwebkit-dev libwebkit libsoup-dev icu-dev icu curl-dev sqlite-dev"
    2.11 +BUILD_DEPENDS="python libsexy-dev libsexy libwebkit-dev libwebkit libsoup-dev \
    2.12 +icu-dev icu curl-dev sqlite-dev"
    2.13  WEB_SITE="http://software.twotoasts.de/?page=midori"
    2.14  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.1/$TARBALL"
    2.15  
    2.16 @@ -18,7 +19,7 @@
    2.17  	cd $src
    2.18          test -f done.midori-websettings.c.u || \
    2.19             ( patch -p1 -i ../stuff/midori-websettings.c.u &&  touch done.midori-websettings.c.u )
    2.20 -	                  
    2.21 +
    2.22  	./waf configure --prefix=/usr
    2.23  	./waf build
    2.24  }
    2.25 @@ -35,7 +36,7 @@
    2.26  		$fs/usr/share/icons/hicolor/22x22/status
    2.27  	cp -a $src/_build_/default/midori/midori $fs/usr/bin
    2.28  	cp -a $src/_build_/default/extensions/*.so $fs/usr/lib/midori
    2.29 -	
    2.30 +
    2.31  	for i in de es fr
    2.32  	do
    2.33  		mkdir -p $fs/usr/share/locale/$i/LC_MESSAGES
     3.1 --- a/sylpheed/receipt	Wed Sep 30 13:31:35 2009 +0200
     3.2 +++ b/sylpheed/receipt	Wed Sep 30 13:35:06 2009 +0200
     3.3 @@ -5,7 +5,7 @@
     3.4  CATEGORY="network"
     3.5  SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client"
     3.6  MAINTAINER="fraazz@altern.org"
     3.7 -DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage"
     3.8 +DEPENDS="gtk+ libssl gpgme gnupg xorg-libXdamage"
     3.9  BUILD_DEPENDS="openssl-dev glib glib-dev"
    3.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.11  WEB_SITE="http://sylpheed.sraoss.jp/en/"
     4.1 --- a/wpa_supplicant/receipt	Wed Sep 30 13:31:35 2009 +0200
     4.2 +++ b/wpa_supplicant/receipt	Wed Sep 30 13:35:06 2009 +0200
     4.3 @@ -5,7 +5,7 @@
     4.4  CATEGORY="utilities"
     4.5  SHORT_DESC="WPA Supplicant with support for WPA and WPA2"
     4.6  MAINTAINER="0dddba11@googlemail.com"
     4.7 -DEPENDS="openssl slitaz-base-files"
     4.8 +DEPENDS="libssl slitaz-base-files"
     4.9  BUILD_DEPENDS="openssl-dev"
    4.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.11  WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/"
    4.12 @@ -26,15 +26,15 @@
    4.13  	mkdir -p $fs/etc
    4.14  	cp -a $src/$PACKAGE/wpa_cli $fs/usr/bin
    4.15  	cp -a $src/$PACKAGE/wpa_supplicant $fs/usr/bin
    4.16 -	cp -a $src/$PACKAGE/wpa_passphrase $fs/usr/bin	
    4.17 -	
    4.18 +	cp -a $src/$PACKAGE/wpa_passphrase $fs/usr/bin
    4.19 +
    4.20  	# dont copy the original
    4.21  	# cp -a $src/$PACKAGE/wpa_supplicant.conf $fs/etc
    4.22 -	
    4.23 +
    4.24  	# Startup script and cleaned up wpa_supplicant.conf
    4.25  	cp -a stuff/etc $fs
    4.26 -	
    4.27 -	
    4.28 +
    4.29 +
    4.30  }
    4.31  
    4.32  # Pre and post install commands for Tazpkg.