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 | |
parent | 9fd683a62e50c299cbb23e96402b2ec9cbf7ee75 (diff) |
audio/pogo: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/pogo')
-rw-r--r-- | audio/pogo/README | 1 | ||||
-rw-r--r-- | audio/pogo/pogo.SlackBuild | 8 | ||||
-rw-r--r-- | audio/pogo/slack-desc | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/audio/pogo/README b/audio/pogo/README index 8659e5940650..595f02d2cae5 100644 --- a/audio/pogo/README +++ b/audio/pogo/README @@ -2,6 +2,7 @@ Probably the simplest and fastest audio player for Linux. Pogo plays your music. Nothing else. It is both fast and easy-to-use. The clear interface uses the screen real-estate very efficiently. + Other features include: Fast search on the harddrive and in the playlist, smart album grouping, cover display, desktop notifications and no music library. diff --git a/audio/pogo/pogo.SlackBuild b/audio/pogo/pogo.SlackBuild index 8d24a4b66f07..de19243b9c95 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 \ diff --git a/audio/pogo/slack-desc b/audio/pogo/slack-desc index 384d126a2508..3d36ebda9217 100644 --- a/audio/pogo/slack-desc +++ b/audio/pogo/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -pogo: pogo (Probably the simplest and fastest audio player for Linux.) +pogo: pogo (Probably the simplest and fastest audio player for Linux) pogo: pogo: Pogo plays your music. Nothing else. It is both fast and easy-to-use. pogo: The clear interface uses the screen real-estate very efficiently. @@ -16,4 +16,4 @@ pogo: playlist, smart album grouping, cover display, desktop pogo: notifications and no music library. pogo: pogo: Homepage: https://launchpad.net/pogo -pogo:
\ No newline at end of file +pogo: |