From b2f4d4115f0f57903685326253e203fb2959bb37 Mon Sep 17 00:00:00 2001 From: Zbigniew Baniewski Date: Sun, 16 Nov 2014 11:41:49 +0700 Subject: audio/yoshimi: Updated for version 1.2.5. Signed-off-by: Willy Sudiarto Raharjo --- audio/yoshimi/yoshimi.SlackBuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'audio/yoshimi/yoshimi.SlackBuild') diff --git a/audio/yoshimi/yoshimi.SlackBuild b/audio/yoshimi/yoshimi.SlackBuild index 4280b78b12..e8e909eda4 100644 --- a/audio/yoshimi/yoshimi.SlackBuild +++ b/audio/yoshimi/yoshimi.SlackBuild @@ -2,10 +2,10 @@ # Slackware build script for yoshimi -# Written by Zbigniew Baniewski, +# Written by Zbigniew Baniewski, PRGNAM=yoshimi -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,10 +46,10 @@ tar jxvf $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 {} \; cd src # Both "DDefaultAudio/Midi..." lines can be removed for default JACK audio/MIDI @@ -68,15 +68,14 @@ cd .. # Move man pages to correct location #mv $PKG/usr/share/man $PKG/usr/ -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 #find $PKG/usr/man -type f -exec gzip -9 {} \; #for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a 1.1.0.notes COPYING INSTALL README.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a Changelog COPYING INSTALL README.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3