wok rev 522
Added ssl support.
author | Franco Azzano <fraazz@altern.org> |
---|---|
date | Wed Apr 09 12:28:05 2008 +0200 (2008-04-09) |
parents | cd99ec381938 |
children | 1d36ba1a79f0 |
files | sylpheed/receipt |
line diff
1.1 --- a/sylpheed/receipt Wed Apr 09 08:49:36 2008 +0000 1.2 +++ b/sylpheed/receipt Wed Apr 09 12:28:05 2008 +0200 1.3 @@ -4,8 +4,9 @@ 1.4 VERSION="2.4.8" 1.5 CATEGORY="network" 1.6 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" 1.7 -MAINTAINER="pankso@slitaz.org" 1.8 -DEPENDS="gtk+" 1.9 +MAINTAINER="fraazz@altern.org" 1.10 +DEPENDS="gtk+ ssl" 1.11 +BUILD_DEPENDS="openssl-dev" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://sylpheed.sraoss.jp/en/" 1.14 WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v2.4/$TARBALL" 1.15 @@ -18,7 +19,6 @@ 1.16 --prefix=/usr \ 1.17 --infodir=/usr/share/info \ 1.18 --mandir=/usr/share/man \ 1.19 - --disable-ssl \ 1.20 $CONFIGURE_ARGS 1.21 make 1.22 make DESTDIR=$PWD/_pkg install