diff options
Diffstat (limited to 'audio/clxclient')
-rw-r--r-- | audio/clxclient/clxclient.SlackBuild | 12 | ||||
-rw-r--r-- | audio/clxclient/clxclient.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/clxclient/clxclient.SlackBuild b/audio/clxclient/clxclient.SlackBuild index 0bbd328156..4d132c9d63 100644 --- a/audio/clxclient/clxclient.SlackBuild +++ b/audio/clxclient/clxclient.SlackBuild @@ -3,7 +3,7 @@ # Written by Michales Michaloudes korgie@gmail.com PRGNAM=clxclient -VERSION=${VERSION:-3.6.1} +VERSION=${VERSION:-3.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,10 +44,10 @@ tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sed -i -e 's+/usr/local+/usr+' $TMP/$PRGNAM-$VERSION/Makefile @@ -63,7 +63,7 @@ install -m 755 lib$PRGNAM.so.$VERSION $PKG/usr/lib${LIBDIRSUFFIX} cd $PKG/usr/lib${LIBDIRSUFFIX} ln -s ./lib$PRGNAM.so.$VERSION lib$PRGNAM.so -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true cd $TMP/$PRGNAM-$VERSION diff --git a/audio/clxclient/clxclient.info b/audio/clxclient/clxclient.info index 51045440a3..6ef5025f90 100644 --- a/audio/clxclient/clxclient.info +++ b/audio/clxclient/clxclient.info @@ -1,9 +1,9 @@ PRGNAM="clxclient" -VERSION="3.6.1" +VERSION="3.9.0" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" -DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clxclient-3.6.1.tar.bz2" +DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clxclient-3.9.0.tar.bz2" DOWNLOAD_x86_64="" -MD5SUM="bd47f80a855d3203fcf10365e79d85e4" +MD5SUM="bd6df73f688c9be1b3afef58283d7ef5" MD5SUM_x86_64="" REQUIRES="clthreads" MAINTAINER="Michales Michaloudes" |