summaryrefslogtreecommitdiffstats
path: root/audio/pogo/pogo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pogo/pogo.SlackBuild')
-rw-r--r--audio/pogo/pogo.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/pogo/pogo.SlackBuild b/audio/pogo/pogo.SlackBuild
index 8d24a4b66f..de19243b9c 100644
--- a/audio/pogo/pogo.SlackBuild
+++ b/audio/pogo/pogo.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/sh
+#
# Slackware build script for pogo.
-
-# Copyright 2015 Edinaldo P. Silva <edps.mundognu@gmail.com>
+#
+# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
PRGNAM=pogo
VERSION=${VERSION:-0.8.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,7 +69,6 @@ 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 {} \;
-make VERBOSE=1
make install DESTDIR=$PKG MANDIR=$PKG/usr/man
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \