summaryrefslogtreecommitdiffstats
path: root/audio/pithos/pithos.SlackBuild
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2014-12-07 00:47:17 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-13 10:35:46 +0700
commitb699c6d90fa031b113f169ea8fbd942b595feb34 (patch)
treef62d2a13f98e3ff53ce94e73b879274ad8e71f0a /audio/pithos/pithos.SlackBuild
parent001f5e56622962b8486867f3e1736bfdbde6e471 (diff)
downloadslackbuilds-b699c6d90fa031b113f169ea8fbd942b595feb34.tar.gz
slackbuilds-b699c6d90fa031b113f169ea8fbd942b595feb34.tar.xz
audio/pithos: Include pithosctl remote control script
Thanks to Phillip Warner. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--audio/pithos/pithos.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/pithos/pithos.SlackBuild b/audio/pithos/pithos.SlackBuild
index 21bc1523dc..32579cffe5 100644
--- a/audio/pithos/pithos.SlackBuild
+++ b/audio/pithos/pithos.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=pithos
VERSION=${VERSION:-git_ed501485}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,6 +71,9 @@ find -L . \
python setup.py install --root=$PKG
+cat $CWD/contrib/pithosctl > $PKG/usr/bin/pithosctl
+chmod 0755 $PKG/usr/bin/pithosctl
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true