From 241f247f8c67072be2729b1cd9daec9dc770d9cd Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Sat, 31 Jul 2010 21:41:09 -0500 Subject: audio/clementine: Updated for version 0.4.2. Signed-off-by: Erik Hanson --- audio/clementine/clementine.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'audio/clementine/clementine.SlackBuild') 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 -- cgit v1.2.3