diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-02-21 23:13:41 +0200 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-02-21 23:13:41 +0200 |
commit | 98ca222b48d035594635c744048bf52bb1fa3734 (patch) | |
tree | e3b71873a16b400870ee35a030b3f63b6a95a6d4 /system/pce/pce.SlackBuild | |
parent | 30669f29a03fc1c03136997ccb0384a2267398fd (diff) |
system/pce: Updated for version 20220220-991c55d9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/pce/pce.SlackBuild')
-rw-r--r-- | system/pce/pce.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/pce/pce.SlackBuild b/system/pce/pce.SlackBuild index a65aee3346d5a..c1b422b44a5c0 100644 --- a/system/pce/pce.SlackBuild +++ b/system/pce/pce.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pce -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pce -VERSION=${VERSION:-20160308.72f1e10} +VERSION=${VERSION:-20220220-991c55d9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG + strip $PKG/usr/bin/* gzip -9 $PKG/usr/man/man*/* |