multimedia/clamz: Updated for version 0.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
8ad13a250b
commit
f388c52036
|
@ -1,2 +1,2 @@
|
|||
Clamz is a little command-line program to download mp3
|
||||
files from Amazon.com's music store.
|
||||
Clamz is a little command-line program to download mp3 files from
|
||||
Amazon.com's music store.
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for <clamz>
|
||||
# Slackware build script for clamz
|
||||
|
||||
# Written by Josepgh Schofield <rootoutcast@hushmail.com>
|
||||
# Heavily modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
# Written by Joseph Schofield rootoutcast@hushmail.com
|
||||
|
||||
PRGNAM=clamz
|
||||
VERSION=${VERSION:-0.4}
|
||||
VERSION=${VERSION:-0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="clamz"
|
||||
VERSION="0.4"
|
||||
VERSION="0.5"
|
||||
HOMEPAGE="http://code.google.com/p/clamz"
|
||||
DOWNLOAD="http://clamz.googlecode.com/files/clamz-0.4.tar.gz"
|
||||
MD5SUM="ab7661340ee27d206f36064cfbd5bfa4"
|
||||
DOWNLOAD="http://clamz.googlecode.com/files/clamz-0.5.tar.gz"
|
||||
MD5SUM="84543c9346b285bdc218879e241941a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Joseph Schofield"
|
||||
EMAIL="rootoutcast@hushmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
|
|
|
@ -5,10 +5,3 @@ fi
|
|||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
clamz: clamz (command-line program to download MP3s from amazon)
|
||||
clamz: clamz (command-line program to download MP3s from amazon.com)
|
||||
clamz:
|
||||
clamz: Clamz is a command-line tool for downloading songs
|
||||
clamz: from the amazon.com mp3 store.
|
||||
|
|
Loading…
Reference in New Issue