diff options
author | Timothy Pollard <grainman.timp@gmail.com> | 2010-05-11 19:45:12 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:12 +0200 |
commit | bfaf3362c846ebe5da3c6604e7f003940efdb9d1 (patch) | |
tree | 00c6e1d7c34fd4fc09d3146ca6a0f2d5476d6639 | |
parent | 1bb05cbe59be4dedda15c7b71ab93c071356ffc9 (diff) | |
download | slackbuilds-bfaf3362c846ebe5da3c6604e7f003940efdb9d1.tar.gz |
libraries/libetpan: Updated for version 0.52
-rw-r--r-- | libraries/libetpan/README | 1 | ||||
-rw-r--r-- | libraries/libetpan/libetpan.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/libetpan/libetpan.info | 12 | ||||
-rw-r--r-- | libraries/libetpan/slack-desc | 18 |
4 files changed, 26 insertions, 16 deletions
diff --git a/libraries/libetpan/README b/libraries/libetpan/README index dcb9abe0f0..90d1dd4ad3 100644 --- a/libraries/libetpan/README +++ b/libraries/libetpan/README @@ -4,4 +4,3 @@ The purpose of this mail library is to provide a portable, efficient middleware for different kinds of mail access. When using the drivers interface, the interface is the same for all kinds of mail access, remote and local mailboxes. - diff --git a/libraries/libetpan/libetpan.SlackBuild b/libraries/libetpan/libetpan.SlackBuild index 0ee2d90e94..6f363436b2 100644 --- a/libraries/libetpan/libetpan.SlackBuild +++ b/libraries/libetpan/libetpan.SlackBuild @@ -2,13 +2,14 @@ # Slackware build script for libetpan # Written by Erik Hanson erik@slackbuilds.org +# Updated to 0.52 by Timothy Pollard <grainman.timp@gmail.com> PRGNAM=libetpan -VERSION=0.49 +VERSION=0.52 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -38,8 +39,10 @@ CFLAGS="$SLKCFLAGS" \ make || exit 1 make install DESTDIR=$PKG || exit 1 -find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -find $PKG | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYRIGHT ChangeLog INSTALL NEWS TODO doc/ $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/libraries/libetpan/libetpan.info b/libraries/libetpan/libetpan.info index 47bd82e247..e943ca310c 100644 --- a/libraries/libetpan/libetpan.info +++ b/libraries/libetpan/libetpan.info @@ -1,8 +1,8 @@ PRGNAM="libetpan" -VERSION="0.49" +VERSION="0.52" HOMEPAGE="http://www.etpan.org/" -DOWNLOAD="http://dl.sourceforge.net/libetpan/libetpan-0.49.tar.gz" -MD5SUM="f6c973ea1aa53d947f034e093960da10" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="elohim,robw810" +DOWNLOAD="http://downloads.sourceforge.net/libetpan/libetpan-0.52.tar.gz" +MD5SUM="119eb4ac27fb75540ca74d8997f7fc7f" +MAINTAINER="Timothy Pollard" +EMAIL="grainman.timp@gmail.com" +APPROVED="rworkman" diff --git a/libraries/libetpan/slack-desc b/libraries/libetpan/slack-desc index a1db69fd8f..078b95f33d 100644 --- a/libraries/libetpan/slack-desc +++ b/libraries/libetpan/slack-desc @@ -1,9 +1,17 @@ -libetpan: libEtPan - A mail purpose library. +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +libetpan: libEtPan (A mail purpose library) libetpan: -libetpan: The purpose of this mail library is to provide a portable, efficient -libetpan: middleware for different kinds of mail access. When using the -libetpan: drivers interface, the interface is the same for all kinds of mail -libetpan: access, remote and local mailboxes. +libetpan: The purpose of this mail library is to provide a portable, +libetpan: and efficient middleware for different kinds of mail access. When +libetpan: using the drivers interface, the interface is the same for all +libetpan: kinds of mail access, both remote and local mailboxes. libetpan: libetpan: http://www.etpan.org/ libetpan: |