diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-07-11 09:35:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-11 14:10:57 +0700 |
commit | 1e73fc8a3e33f753427992a43fd09e18502ed1ab (patch) | |
tree | d6d7a4da6f0e582398cc04bf71fed8a4d05e76a2 /audio/pogo/pogo.SlackBuild | |
parent | 9fd683a62e50c299cbb23e96402b2ec9cbf7ee75 (diff) | |
download | slackbuilds-1e73fc8a3e33f753427992a43fd09e18502ed1ab.tar.gz |
audio/pogo: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/pogo/pogo.SlackBuild')
-rw-r--r-- | audio/pogo/pogo.SlackBuild | 8 |
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 \ |