summaryrefslogtreecommitdiffstats
path: root/libraries/libEMF
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-11-14 16:58:09 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-14 14:32:29 -0600
commit62ef91616ec5745c1a8acdd5eca1428ce323b824 (patch)
tree50e08e33411886c5180519b8c21505d92719f84f /libraries/libEMF
parentd1d08fb1386e98fc297b317e98d5697225273dbc (diff)
downloadslackbuilds-62ef91616ec5745c1a8acdd5eca1428ce323b824.tar.gz
slackbuilds-62ef91616ec5745c1a8acdd5eca1428ce323b824.tar.xz
libraries/libEMF: Updated for version 1.0.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libEMF')
-rw-r--r--libraries/libEMF/libEMF.SlackBuild10
-rw-r--r--libraries/libEMF/libEMF.info6
2 files changed, 9 insertions, 7 deletions
diff --git a/libraries/libEMF/libEMF.SlackBuild b/libraries/libEMF/libEMF.SlackBuild
index 6aa0b526f2..fdf1ccd2dc 100644
--- a/libraries/libEMF/libEMF.SlackBuild
+++ b/libraries/libEMF/libEMF.SlackBuild
@@ -4,16 +4,14 @@
# written by <pedro@gepasi.org>, hereby in the public domain
PRGNAM=libEMF
-VERSION=1.0.4
+VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -46,7 +44,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# static library is activated because the perl extension needs it
CFLAGS="$SLKCFLAGS" \
diff --git a/libraries/libEMF/libEMF.info b/libraries/libEMF/libEMF.info
index 632a3176a9..01125f1bf0 100644
--- a/libraries/libEMF/libEMF.info
+++ b/libraries/libEMF/libEMF.info
@@ -1,8 +1,8 @@
PRGNAM="libEMF"
-VERSION="1.0.4"
+VERSION="1.0.7"
HOMEPAGE="http://libemf.sourceforge.net"
-DOWNLOAD="http://sourceforge.net/projects/pstoedit/files/libemf%20for%20pstoedit/1.0.4/libEMF-1.0.4.tar.gz"
-MD5SUM="4e74e5ee5fdab37bae8be6cde4d1c57c"
+DOWNLOAD="http://sourceforge.net/projects/libemf/files/libemf/1.0.7/libEMF-1.0.7.tar.gz"
+MD5SUM="f1011f5cc254aa228be78704fe5f9960"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES=""