audio/pogo: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9fd683a62e
commit
1e73fc8a3e
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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:
|
||||
pogo:
|
||||
|
|
Loading…
Reference in New Issue