diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-06-15 04:43:40 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-15 04:43:40 -0500 |
commit | 83be308a0032d73ad5d436bf8bf03191393d3955 (patch) | |
tree | 7e226413f53901b44ed86c33257bfdd4a2beef2d /audio | |
parent | 4cdcb6757a083f51073cf163a9601c274fcfafa7 (diff) | |
download | slackbuilds-83be308a0032d73ad5d436bf8bf03191393d3955.tar.gz |
audio/shell-fm: Updated for version git20100614.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shell-fm/shell-fm.SlackBuild | 10 | ||||
-rw-r--r-- | audio/shell-fm/shell-fm.info | 10 | ||||
-rw-r--r-- | audio/shell-fm/slack-desc | 10 |
3 files changed, 14 insertions, 16 deletions
diff --git a/audio/shell-fm/shell-fm.SlackBuild b/audio/shell-fm/shell-fm.SlackBuild index 0e35431bc1..b8ed9d277d 100644 --- a/audio/shell-fm/shell-fm.SlackBuild +++ b/audio/shell-fm/shell-fm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for shell-fm -# Copyright 2009 David Woodfall <info@davidwoodfall.co.uk> +# Copyright 2009 David Woodfall <dave@dawoodfall.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=shell-fm -VERSION=${VERSION:-git20100226} +VERSION=${VERSION:-git20100614} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,10 +78,8 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a INSTALL AUTHORS RELEASE \ diff --git a/audio/shell-fm/shell-fm.info b/audio/shell-fm/shell-fm.info index 666f787195..2ebcffa14d 100644 --- a/audio/shell-fm/shell-fm.info +++ b/audio/shell-fm/shell-fm.info @@ -1,10 +1,10 @@ PRGNAM="shell-fm" -VERSION="git20100226" +VERSION="git20100614" HOMEPAGE="http://nex.scrapping.cc/shell-fm/" -DOWNLOAD="http://www.unrealize.co.uk/source/shell-fm-git20100226.tar.gz" -MD5SUM="13aadf41a735f4542737d3cb93b259fd" +DOWNLOAD="http://www.unrealize.co.uk/source/shell-fm-git20100614.tar.gz" +MD5SUM="c18de4785400c59d9e327df0e47c4c24" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Woodfall" -EMAIL="info@davidwoodfall.co.uk" -APPROVED="Erik Hanson" +EMAIL="dave@dawoodfall.net" +APPROVED="rworkman" diff --git a/audio/shell-fm/slack-desc b/audio/shell-fm/slack-desc index 1abd223034..9750c9966c 100644 --- a/audio/shell-fm/slack-desc +++ b/audio/shell-fm/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| shell-fm: shell-fm (a command line last.fm player) -shell-fm: +shell-fm: shell-fm: shell-fm is a lightweight, console-based player for Last.FM radio shell-fm: streams. It's pretty small (the binary is currently a little smaller shell-fm: than 60K, or 50K when stripped) and it has most features the shell-fm: "official" player has, if not even a few more. -shell-fm: +shell-fm: shell-fm: Homepage: http://nex.scrapping.cc/shell-fm/ -shell-fm: -shell-fm: -shell-fm: +shell-fm: +shell-fm: +shell-fm: |