diff options
author | GPLeo <slackbuilds@gmail.com> | 2010-05-13 00:38:26 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:38:26 +0200 |
commit | 2c77f99062c89beea3e4dfcd29ced8bfcbae1b0f (patch) | |
tree | f4e1f970051069be83fe9a0e586e86c410019dbf /network/sylpheed | |
parent | e5dbcd5767b0e622b855ff0c90f416bf0dfa23d6 (diff) | |
download | slackbuilds-2c77f99062c89beea3e4dfcd29ced8bfcbae1b0f.tar.gz |
network/sylpheed: Updated for version 2.7.1
Diffstat (limited to 'network/sylpheed')
-rw-r--r-- | network/sylpheed/README | 6 | ||||
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 15 | ||||
-rw-r--r-- | network/sylpheed/sylpheed.info | 8 |
3 files changed, 15 insertions, 14 deletions
diff --git a/network/sylpheed/README b/network/sylpheed/README index f80a05352c..3b53515173 100644 --- a/network/sylpheed/README +++ b/network/sylpheed/README @@ -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 diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild index 6d484acbdd..398435af1c 100644 --- a/network/sylpheed/sylpheed.SlackBuild +++ b/network/sylpheed/sylpheed.SlackBuild @@ -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} diff --git a/network/sylpheed/sylpheed.info b/network/sylpheed/sylpheed.info index 9b7265a53b..4ef2996355 100644 --- a/network/sylpheed/sylpheed.info +++ b/network/sylpheed/sylpheed.info @@ -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" |