# HG changeset patch # User Christophe Lincoln # Date 1254310506 -7200 # Node ID 92c33162b9157774daedba29633d55edbdf82c71 # Parent 0e294c895140ffd85dec80f9bd93373ed1c73329 Change dep from openssl to libssl: libcurl, midori, sylpheed, wpa_supplicant diff -r 0e294c895140 -r 92c33162b915 libcurl/receipt --- a/libcurl/receipt Wed Sep 30 13:31:35 2009 +0200 +++ b/libcurl/receipt Wed Sep 30 13:35:06 2009 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" WANTED="curl" WEB_SITE="http://curl.haxx.se/" -DEPENDS="libidn openssl zlib" +DEPENDS="libidn libssl zlib" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 0e294c895140 -r 92c33162b915 midori/receipt --- a/midori/receipt Wed Sep 30 13:31:35 2009 +0200 +++ b/midori/receipt Wed Sep 30 13:35:06 2009 +0200 @@ -6,9 +6,10 @@ SHORT_DESC="Light Web Browse using GTK+/WebKit." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -DEPENDS="libsexy libwebkit libsoup icu curl openssl sqlite xorg-libXdamage +DEPENDS="libsexy libwebkit libsoup icu curl libssl sqlite xorg-libXdamage \ gnutls" -BUILD_DEPENDS="python libsexy-dev libsexy libwebkit-dev libwebkit libsoup-dev icu-dev icu curl-dev sqlite-dev" +BUILD_DEPENDS="python libsexy-dev libsexy libwebkit-dev libwebkit libsoup-dev \ +icu-dev icu curl-dev sqlite-dev" WEB_SITE="http://software.twotoasts.de/?page=midori" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.1/$TARBALL" @@ -18,7 +19,7 @@ cd $src test -f done.midori-websettings.c.u || \ ( patch -p1 -i ../stuff/midori-websettings.c.u && touch done.midori-websettings.c.u ) - + ./waf configure --prefix=/usr ./waf build } @@ -35,7 +36,7 @@ $fs/usr/share/icons/hicolor/22x22/status cp -a $src/_build_/default/midori/midori $fs/usr/bin cp -a $src/_build_/default/extensions/*.so $fs/usr/lib/midori - + for i in de es fr do mkdir -p $fs/usr/share/locale/$i/LC_MESSAGES diff -r 0e294c895140 -r 92c33162b915 sylpheed/receipt --- a/sylpheed/receipt Wed Sep 30 13:31:35 2009 +0200 +++ b/sylpheed/receipt Wed Sep 30 13:35:06 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" MAINTAINER="fraazz@altern.org" -DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" +DEPENDS="gtk+ libssl gpgme gnupg xorg-libXdamage" BUILD_DEPENDS="openssl-dev glib glib-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://sylpheed.sraoss.jp/en/" diff -r 0e294c895140 -r 92c33162b915 wpa_supplicant/receipt --- a/wpa_supplicant/receipt Wed Sep 30 13:31:35 2009 +0200 +++ b/wpa_supplicant/receipt Wed Sep 30 13:35:06 2009 +0200 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="WPA Supplicant with support for WPA and WPA2" MAINTAINER="0dddba11@googlemail.com" -DEPENDS="openssl slitaz-base-files" +DEPENDS="libssl slitaz-base-files" BUILD_DEPENDS="openssl-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/" @@ -26,15 +26,15 @@ mkdir -p $fs/etc cp -a $src/$PACKAGE/wpa_cli $fs/usr/bin cp -a $src/$PACKAGE/wpa_supplicant $fs/usr/bin - cp -a $src/$PACKAGE/wpa_passphrase $fs/usr/bin - + cp -a $src/$PACKAGE/wpa_passphrase $fs/usr/bin + # dont copy the original # cp -a $src/$PACKAGE/wpa_supplicant.conf $fs/etc - + # Startup script and cleaned up wpa_supplicant.conf cp -a stuff/etc $fs - - + + } # Pre and post install commands for Tazpkg.