diff options
author | Niels Horn <niels.horn@gmail.com> | 2013-04-14 23:15:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:20:37 -0500 |
commit | faff5338b51a316e34efbdecfb6aeb608213b88f (patch) | |
tree | 5ef903146d8c8c07db20227b34c6a4066a619f04 /libraries/libvmime/libvmime.SlackBuild | |
parent | 30b0fed50d4853361c0d1ac9b4aa38133297fdbe (diff) | |
download | slackbuilds-faff5338b51a316e34efbdecfb6aeb608213b88f.tar.gz |
libraries/libvmime: Updated for version 0.9.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libvmime/libvmime.SlackBuild')
-rw-r--r-- | libraries/libvmime/libvmime.SlackBuild | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/libraries/libvmime/libvmime.SlackBuild b/libraries/libvmime/libvmime.SlackBuild index 6da988f846..5d897a14ab 100644 --- a/libraries/libvmime/libvmime.SlackBuild +++ b/libraries/libvmime/libvmime.SlackBuild @@ -3,11 +3,30 @@ # Slackware build script for libvmime: # a library for working with MIME messages -# Written by Niels Horn <niels.horn@gmail.com> -# revision date 2010/11/20 +# Copyright 2010,2013 Niels Horn, Rio de Janeiro, Brazil +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# revision date 2013/03/31 PRGNAM=libvmime -VERSION=${VERSION:-20120730_99908ce} +VERSION=${VERSION:-0.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,12 +62,13 @@ set -e rm -rf $TMP/$PRGNAM-$VERSION $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -scons autotools +# Apply patch for newer gnutls version +patch -p1 <$CWD/libvmime_gnutls3.patch EXTRA_CFLAGS=$SLKCFLAGS \ ./configure \ |