diff options
Diffstat (limited to 'network/purple-plugin-pack/purple-plugin-pack.SlackBuild')
-rw-r--r-- | network/purple-plugin-pack/purple-plugin-pack.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/network/purple-plugin-pack/purple-plugin-pack.SlackBuild b/network/purple-plugin-pack/purple-plugin-pack.SlackBuild index 744b1e88b5995..87a94d921c69b 100644 --- a/network/purple-plugin-pack/purple-plugin-pack.SlackBuild +++ b/network/purple-plugin-pack/purple-plugin-pack.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh -# Slackware build script for purple-plugin_pack -# Copyright 2018 Dave Woodfall <dave@dawoodflla.net> +# Slackware build script for purple-plugin-pack +# Copyright 2018 Dave Woodfall <dave@dawoodfall.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=purple-plugin-pack VERSION=${VERSION:-2.7.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,6 +70,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +if [ "$IDENTIFY_PATCH" = "1" ]; then + patch --verbose -p1 < $CWD/identify.patch +fi + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |