From ca636cbdb2596d9b8f5cfe7caf2dc3e7ee39dbe9 Mon Sep 17 00:00:00 2001 From: B Watson Date: Fri, 14 Mar 2014 16:41:22 +0700 Subject: libraries/libpst: Updated for version 0.6.63. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libpst/libpst.SlackBuild | 12 +++++++----- libraries/libpst/libpst.info | 8 ++++---- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'libraries/libpst') diff --git a/libraries/libpst/libpst.SlackBuild b/libraries/libpst/libpst.SlackBuild index 20ea5e6abd..d49ad4f8f0 100644 --- a/libraries/libpst/libpst.SlackBuild +++ b/libraries/libpst/libpst.SlackBuild @@ -23,8 +23,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20140314 bkw +# - took over maintenance +# - upgrade to 0.6.63 +# - make install-strip instead of slow find stuff + PRGNAM=libpst -VERSION=${VERSION:-0.6.55} +VERSION=${VERSION:-0.6.63} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,13 +90,10 @@ CXXFLAGS="$SLKCFLAGS" \ make # ./configure options --docdir and --htmldir have no effect, # it is necessary to override "htmldir" and "htmldeveldir" -make install DESTDIR=$PKG \ +make install-strip DESTDIR=$PKG \ htmldir=/usr/doc/$PRGNAM-$VERSION \ htmldeveldir=/usr/doc/$PRGNAM-$VERSION/devel -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/libraries/libpst/libpst.info b/libraries/libpst/libpst.info index dcc2952d78..9a89ed84b5 100644 --- a/libraries/libpst/libpst.info +++ b/libraries/libpst/libpst.info @@ -1,10 +1,10 @@ PRGNAM="libpst" -VERSION="0.6.55" +VERSION="0.6.63" HOMEPAGE="http://www.five-ten-sg.com/libpst/" -DOWNLOAD="http://www.five-ten-sg.com/libpst/packages/libpst-0.6.55.tar.gz" -MD5SUM="45920d77e3f9216bcd3aba43a159b40e" +DOWNLOAD="http://www.five-ten-sg.com/libpst/packages/libpst-0.6.63.tar.gz" +MD5SUM="cf047faf8c671a0a074a65767e7d2bd7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="B Watson" -EMAIL=" yalhcru@gmail.com" +EMAIL="yalhcru@gmail.com" -- cgit v1.2.3