nixpkgs/pkgs/applications/networking/mailreaders/sylpheed/builder.sh
Eelco Dolstra 50d826abea * Sylpheed updated to 1.0.0. Also fixed OpenSSL support.
svn path=/nixpkgs/trunk/; revision=1986
2005-01-03 20:22:48 +00:00

15 lines
333 B
Bash

buildInputs="$gtk $gdkpixbuf $openssl"
. $stdenv/setup
if test "$sslSupport" = 1; then
configureFlags="--enable-ssl $configureFlags"
fi
if test "$imageSupport" = 1; then
configureFlags="--enable-gdk-pixbuf $configureFlags"
else
configureFlags="--disable-gdk-pixbuf --disable-imlibtest $configureFlags"
fi
genericBuild