diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-07-31 21:41:09 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-31 21:41:09 -0500 |
commit | 241f247f8c67072be2729b1cd9daec9dc770d9cd (patch) | |
tree | 46c714491a4699fc499df061b9e633e0c9c289ae /audio/clementine/clementine.SlackBuild | |
parent | a3637a27705f14c4c361aa55966bcf3dbbf363c8 (diff) | |
download | slackbuilds-241f247f8c67072be2729b1cd9daec9dc770d9cd.tar.gz |
audio/clementine: Updated for version 0.4.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/clementine/clementine.SlackBuild')
-rw-r--r-- | audio/clementine/clementine.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild index 8de11693d8..8d13277a10 100644 --- a/audio/clementine/clementine.SlackBuild +++ b/audio/clementine/clementine.SlackBuild @@ -25,16 +25,14 @@ # Modified by SlackBuilds.org PRGNAM=clementine -VERSION=${VERSION:-0.3} +VERSION=${VERSION:-0.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) export ARCH=i486 ;; arm*) export ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) export ARCH=$( uname -m ) ;; esac fi @@ -83,7 +81,7 @@ cd build -DMAN_INSTALL_DIR=/usr/man \ -DCMAKE_BUILD_TYPE=Release .. make all CFLAGS="-fPIC" PMFLAGS="-DNEWBUFFER" - make install DESTDIR=$PKG + make install DESTDIR=$PKG cd .. for i in 16 32 64 ; do |