aboutsummaryrefslogtreecommitdiff
path: root/network/purple-plugin-pack/purple-plugin-pack.SlackBuild
diff options
context:
space:
mode:
authorDave Woodfall <dave@dawoodfall.net>2018-08-08 20:41:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-11 07:23:07 +0700
commit9ef57f0390b24de8f77ddcd3e4deadc3179acfa8 (patch)
treef7c2c4033ad21625415b0c6ec43b032eaa4c7260 /network/purple-plugin-pack/purple-plugin-pack.SlackBuild
parentb879ff9324f400522b51197dacbf318440d63af7 (diff)
network/purple-plugin-pack: Patched for identifying on ngircd.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/purple-plugin-pack/purple-plugin-pack.SlackBuild')
-rw-r--r--network/purple-plugin-pack/purple-plugin-pack.SlackBuild10
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 744b1e88b599..87a94d921c69 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 \