mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libpst: Updated for version 0.6.63.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bdafd82aae
commit
ca636cbdb2
2 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue