summaryrefslogtreecommitdiffstats
path: root/office/pstoedit/pstoedit.SlackBuild
diff options
context:
space:
mode:
author Pedro Mendes2022-04-06 04:15:37 +0200
committer Willy Sudiarto Raharjo2022-04-09 10:45:47 +0200
commit607ef86b08d622765d11f57d4a708918153a7f14 (patch)
treefec8e14fe75169b714182c3c0a38448725e40942 /office/pstoedit/pstoedit.SlackBuild
parent7d561a1d9d9872395423cc11b6f648b2ed758e9b (diff)
downloadslackbuilds-607ef86b08d622765d11f57d4a708918153a7f14.tar.gz
office/pstoedit: Updated for version 3.77.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/pstoedit/pstoedit.SlackBuild')
-rw-r--r--office/pstoedit/pstoedit.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/office/pstoedit/pstoedit.SlackBuild b/office/pstoedit/pstoedit.SlackBuild
index 6faf5cbcb6..fdc3fef7d8 100644
--- a/office/pstoedit/pstoedit.SlackBuild
+++ b/office/pstoedit/pstoedit.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pstoedit
-VERSION=${VERSION:-3.75}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.77}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,6 +87,7 @@ CXXFLAGS="$SLKCFLAGS -std=c++14" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
+ --without-swf \
--build=$ARCH-slackware-linux
make
@@ -105,7 +106,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a readme.install $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-rm -f $PKG/usr/lib*/*.la
+rm -rf $PKG/usr/lib*/*.la
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc