network/sylpheed: Updated for version 2.7.1

This commit is contained in:
GPLeo 2010-05-13 00:38:26 +02:00 committed by David Somero
parent e5dbcd5767
commit 2c77f99062
3 changed files with 15 additions and 14 deletions

View file

@ -1,12 +1,6 @@
Sylpheed is a simple, lightweight but featureful, and easy-to-use e-mail
client (mailer, MUA).
Sylpheed runs on Unix-like systems such as Linux, BSD, and Mac OS X. It
also supports Windows.
Sylpheed uses GTK+ GUI toolkit. The newest version of Sylpheed works with
GTK+ 2.4 or later (2.6 or later is recommended).
Sylpheed has the following features:
* Simple, beautiful, and well-polished user interface

View file

@ -1,11 +1,11 @@
#!/bin/sh
#
# Slackware build script for sylpheed
# Written by GPLeo <slackbuilds@gmail.com>
#
PRGNAM=sylpheed
VERSION=${VERSION:-2.6.0}
VERSION=${VERSION:-2.7.1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -15,15 +15,19 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="ABOUT-NLS AUTHORS COPYING COPYING.LIB INSTALL LICENSE README README.es TODO"
DOCS="ABOUT-NLS AUTHORS COPYING COPYING.LIB
INSTALL LICENSE README README.es TODO"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e # Exit on most errors
@ -45,6 +49,7 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-gpgme \
@ -79,4 +84,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="sylpheed"
VERSION="2.6.0"
VERSION="2.7.1"
HOMEPAGE="http://sylpheed.sraoss.jp/en/"
DOWNLOAD="http://sylpheed.sraoss.jp/sylpheed/v2.6/sylpheed-2.6.0.tar.bz2"
MD5SUM="5b7ed03b106e2a0d300b103652dd34c2"
DOWNLOAD="http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-2.7.1.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="1f470525c1fbe53253813a0978c18228"
MD5SUM_x86_64=""
MAINTAINER="GPLeo"
EMAIL="slackbuilds@gmail.com"
APPROVED="dsomero"