mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/pce: Updated for version 20220220-991c55d9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
30669f29a0
commit
98ca222b48
2 changed files with 6 additions and 5 deletions
|
@ -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*/*
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pce"
|
||||
VERSION="20160308.72f1e10"
|
||||
VERSION="20220220-991c55d9"
|
||||
HOMEPAGE="http://www.hampa.ch/pce"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/pce-20160308-72f1e10.tar.gz"
|
||||
MD5SUM="2dfdf4f23bbd6da0b20911af6b11d971"
|
||||
DOWNLOAD="http://www.hampa.ch/pub/pce/pre/pce-20220220-991c55d9/pce-20220220-991c55d9.tar.gz"
|
||||
MD5SUM="022482f057e959bb3a1314f1cc52fd49"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue