From 754a0bef1c6fc8521544cd720df4693954449227 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 15 Feb 2014 13:18:30 +0700 Subject: libraries/miniupnpc: Updated for version 1.9. Signed-off-by: Willy Sudiarto Raharjo --- libraries/miniupnpc/miniupnpc.SlackBuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libraries/miniupnpc/miniupnpc.SlackBuild') diff --git a/libraries/miniupnpc/miniupnpc.SlackBuild b/libraries/miniupnpc/miniupnpc.SlackBuild index 537bbe01f0..10f12ab939 100644 --- a/libraries/miniupnpc/miniupnpc.SlackBuild +++ b/libraries/miniupnpc/miniupnpc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for miniupnpc -# Copyright 2012-2013 Larry Hajali +# Copyright 2012-2014 Larry Hajali # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=miniupnpc -VERSION=${VERSION:-1.8} +VERSION=${VERSION:-1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,14 +69,14 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Slackware/Slackbuilds.org specific info. +# Slackware specific info. patch -p1 < $CWD/slackware-version.patch sed -i 's|share/man|man|' Makefile sed -i -e 's|\.a"|\.so"|' -e "s|version=\".*\"|version=\"$VERSION\"|" setup.py # Upstream Cmake causes build problems. We're going to use the makefile instead. CFLAGS="$SLKCFLAGS" LIBDIR="lib${LIBDIRSUFFIX}" make -make install PREFIX=$PKG LIBDIR="lib${LIBDIRSUFFIX}" +make install DESTDIR=$PKG LIBDIR="lib${LIBDIRSUFFIX}" CFLAGS="$SLKCFLAGS" \ python setup.py install --root=$PKG @@ -85,16 +85,16 @@ python setup.py install --root=$PKG if `python3 -c 'import distutils' 2>/dev/null`; then CFLAGS="$SLKCFLAGS" \ python3 setup.py build - python3 setup.py install --root=$PKG --no-compile + python3 setup.py install --root=$PKG fi # Remove static library. -rm -f $PKG/usr/lib$LIBDIRSUFFIX/lib$PRGNAM.a +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/lib${PRGNAM}.a 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 {} \; +find $PKG/usr/man -type f -exec chmod 0644 '{}' \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a Changelog.txt LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3