SPELL=thunderbird-bin if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then VERSION=14.0 SOURCE=thunderbird-${VERSION}.tar.bz2 SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-x86_64/en-US/$SOURCE SOURCE_HASH=sha512:74f7d38e1ebd7511abd441606bf3dcc962213233bb114f97ef7c62a694ade0ca9c0f9742c5eae354982536f81286b0b68850f1ac32ff7811a118c37f92d518fa else if [[ "$THUNDER_BIN_DEVEL" == "y" ]]; then VERSION=14.0 SOURCE=thunderbird-${VERSION}.tar.bz2 SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US/$SOURCE SOURCE_HASH=sha512:8d3ad86422cf94d8fbf9b3a6c3333fc307f8acd6921ab22fbf0e24a532531643146b5ecfec572cc851c7df62b230d1dc5fe7ea23aaf3d4277bbd1e4bd7089521 else VERSION=14.0 SOURCE=thunderbird-${VERSION}.tar.bz2 SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US/$SOURCE SOURCE_HASH=sha512:8d3ad86422cf94d8fbf9b3a6c3333fc307f8acd6921ab22fbf0e24a532531643146b5ecfec572cc851c7df62b230d1dc5fe7ea23aaf3d4277bbd1e4bd7089521 fi fi SOURCE_DIRECTORY=$BUILD_DIRECTORY/thunderbird WEB_SITE=http://www.mozilla.org/projects/thunderbird ENTERED=20050301 SECURITY_PATCH=16 LICENSE[0]=MOZILLA SHORT="The pre-compiled i686 version of thunderbird mailer" cat << EOF Mozilla Thunderbird is a redesign of the Mozilla mail component. Our goal is to produce a cross platform stand alone mail application using the XUL user interface language. Our intended customer is someone who uses Mozilla Firefox (or another stand alone browser) as their primary browser and wants a mail client based on mozilla that "plays nice" with the browser. In addition, by focusing solely on stand alone mail, we believe we can make some dents in the overall footprint and performance of the mail client by removing components and chrome we don't need. On top of that, the UI becomes much cleaner as a stand alone application as opposed to being part of the mozilla suite. In addition to the feature set found in Mozilla Mail, Mozilla Thunderbird has several new features and improvements to make your mail and new experience better. Highlights include: * The ability to customize your toolbars the way you want them. Choose * View / Toolbars / Customize inside any window. * UI extensions can be added to Mozilla Thunderbird to customize your * experience with specific features and enhancements that you need. * Support for extensions. A full list of available extensions can be found * here. * A new look and feel. Thunderbird also supports a large number of * downloadable themes which alter the appearance of the client. * An addressing sidebar for mail compose which makes it easy and * convenient to add address book contacts to emails. * Online help includes a FAQ, tips and tricks and other useful * information. * Simplified preferences UI and menus. * Footprint and performance improvements. This spell installs a pre-compiled i686 setup of thunderbird. EOF