network/surf: Strip library.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8011118c1b
commit
4b8b99b88a
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230115 bkw: BUILD=2, strip library.
|
||||
# 20211020 bkw:
|
||||
# - updated for v2.1.
|
||||
# - rework patches again, can't build old versions no more.
|
||||
|
@ -29,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=surf
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -128,7 +129,7 @@ sed -i \
|
|||
config.mk
|
||||
|
||||
make
|
||||
strip $PRGNAM
|
||||
strip $PRGNAM *.so
|
||||
make install DESTDIR=$PKG
|
||||
gzip -9 $PKG/usr/man/man?/*.?
|
||||
|
||||
|
|
Loading…
Reference in New Issue