From 83be308a0032d73ad5d436bf8bf03191393d3955 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 15 Jun 2010 04:43:40 -0500 Subject: audio/shell-fm: Updated for version git20100614. Signed-off-by: Robby Workman --- audio/shell-fm/shell-fm.SlackBuild | 10 ++++------ audio/shell-fm/shell-fm.info | 10 +++++----- audio/shell-fm/slack-desc | 10 +++++----- 3 files changed, 14 insertions(+), 16 deletions(-) (limited to 'audio') diff --git a/audio/shell-fm/shell-fm.SlackBuild b/audio/shell-fm/shell-fm.SlackBuild index 0e35431bc1e8..b8ed9d277deb 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 +# Copyright 2009 David Woodfall # 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 666f787195bf..2ebcffa14d87 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 1abd2230340a..9750c9966c31 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: -- cgit v1.2.3