From a70e4e0e7f22e176e3f14c95d46e94682b4d76a5 Mon Sep 17 00:00:00 2001 From: Edward Koenig Date: Tue, 31 May 2011 22:59:20 -0400 Subject: network/frostwire: Updated for version 4.21.7. Signed-off-by: dsomero --- network/frostwire/frostwire.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'network/frostwire/frostwire.SlackBuild') diff --git a/network/frostwire/frostwire.SlackBuild b/network/frostwire/frostwire.SlackBuild index d2e9d615f6..0250a0bdab 100644 --- a/network/frostwire/frostwire.SlackBuild +++ b/network/frostwire/frostwire.SlackBuild @@ -27,8 +27,8 @@ # Updated for new version - Edward Koenig PRGNAM=frostwire -VERSION=4.21.1 -ARCH=noarch # Leave this alone for frostwire +VERSION=4.21.7 +ARCH=noarch # Leave this alone for frostwire BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,7 +49,7 @@ mkdir -p $PKG/usr/bin cat << EOF > $PKG/usr/bin/$PRGNAM #!/bin/sh cd /opt/frostwire -./runFrostwire.sh +./frostwire EOF chmod 0755 $PKG/usr/bin/$PRGNAM @@ -71,7 +71,7 @@ install -D -m 0644 $CWD/$PRGNAM.SlackBuild \ $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild ( cd $PKG/usr/doc/$PRGNAM-$VERSION for FILE in COPYING EULA.txt changelog; do - ln -s /opt/$PRGNAM-$VERSION/$FILE $FILE ; + ln -s /opt/$PRGNAM-$VERSION/$FILE $FILE ; done ) @@ -83,4 +83,4 @@ cd $PKG chown -R root:root . chmod -R a-s,u+rw,go+r-w . find . -type d -name '.svn' | xargs rm -rf -/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} +/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz -- cgit v1.2.3