diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-22 09:34:01 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-22 09:34:17 +0100 |
commit | 7fb8b0e34148b38a08e17209134c60a7937e68c4 (patch) | |
tree | 6091b8b77c2e8a1bcda448c09f0dfc4ead88c201 /audio/caps/caps.SlackBuild | |
parent | 922357061e4507da5f5d0a671342b19ca9bce5bd (diff) | |
download | slackbuilds-7fb8b0e34148b38a08e17209134c60a7937e68c4.tar.gz |
audio/caps: Updated for version 0.4.5, added license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/caps/caps.SlackBuild')
-rw-r--r-- | audio/caps/caps.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/caps/caps.SlackBuild b/audio/caps/caps.SlackBuild index 44158dcbf0..b066efc520 100644 --- a/audio/caps/caps.SlackBuild +++ b/audio/caps/caps.SlackBuild @@ -4,17 +4,17 @@ # Written by B. Watson (yalhcru@gmail.com) +# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. + PRGNAM=caps -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |