diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-11-22 17:44:04 +0000 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:44:58 +0100 |
commit | a79624ebd1b6d3916ab3701de10d3a33e495dfd4 (patch) | |
tree | d2a3c452fb07d9e8d1571db2834eeb1f14a74168 /network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild | |
parent | 35aa0b426254e9208d29cde0e38193603ecc51e1 (diff) | |
download | slackbuilds-a79624ebd1b6d3916ab3701de10d3a33e495dfd4.tar.gz |
network/claws-mail-extra-plugins: Updated for version 3.7.7.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild')
-rw-r--r-- | network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild index b8e584a77b..6fec466239 100644 --- a/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild +++ b/network/claws-mail-extra-plugins/claws-mail-extra-plugins.SlackBuild @@ -29,16 +29,14 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=claws-mail-extra-plugins -VERSION=3.7.6 +VERSION=3.7.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -51,10 +49,10 @@ OUTPUT=${OUTPUT:-/tmp} # This is a *complete* list of available plugins, see the README for # information on plugins you may wish you remove from this list. -PLUGIN_LIST="acpi_notifier archive att_remover attachwarner bsfilter_plugin \ - cachesaver fancy fetchinfo-plugin geolocation_plugin gtkhtml2_viewer \ - mailmbox newmail notification_plugin perl_plugin python_plugin rssyl \ - spam_report synce_plugin tnef_parse vcalendar" +PLUGIN_LIST="acpi_notifier address_keeper archive att_remover attachwarner + bsfilter_plugin clamd fancy fetchinfo-plugin geolocation_plugin \ + gtkhtml2_viewer mailmbox newmail notification_plugin perl_plugin \ + python_plugin rssyl spam_report tnef_parse vcalendar" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i486" @@ -81,7 +79,7 @@ chown -R root:root . chmod -R u+w,go+r-w,a-s . mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp README $PKG/usr/doc/$PRGNAM-$VERSION +cp RELEASE_NOTES $PKG/usr/doc/$PRGNAM-$VERSION for plugin in $PLUGIN_LIST ; do printf "\nBuilding $plugin...\n\n" |