network/frostwire: Updated for version 4.18.0

This commit is contained in:
Phillip Warner 2010-05-12 17:43:20 +02:00 committed by David Somero
parent 0ab511c521
commit 0d7bb409c0
2 changed files with 15 additions and 7 deletions

View file

@ -23,10 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by Phil Warner for frostwire <pc_warner@yahoo.com>
# Modified by Phillip Warner for frostwire <pc_warner@yahoo.com>
PRGNAM=frostwire
VERSION=4.17.0
VERSION=4.18.0
ARCH=noarch # Leave this alone for frostwire
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,6 +54,13 @@ chmod 0755 $PKG/usr/bin/$PRGNAM
ln -s $PRGNAM-$VERSION $PRGNAM
# frostwire looks for some of its files under /usr/lib/frostwire
# so we appease it with a symlink
mkdir -p $PKG/usr/lib
( cd $PKG/usr/lib
ln -s /opt/$PRGNAM $PRGNAM
)
# Install desktop file and icon
install -D -m 0644 $CWD/$PRGNAM.desktop \
$PKG/usr/share/applications/$PRGNAM.desktop
@ -82,4 +89,5 @@ 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.tgz

View file

@ -1,8 +1,8 @@
PRGNAM="frostwire"
VERSION="4.17.0"
VERSION="4.18.0"
HOMEPAGE="http://www.frostwire.com/"
DOWNLOAD="http://iacchus.frostwire.com/frostwire/4.17.0/frostwire-4.17.0.noarch.tar.gz"
MD5SUM="156d3e658178a783f60ae95968dab8a7"
MAINTAINER="Phil Warner"
DOWNLOAD="http://main1.frostwire.com/frostwire/4.18.0/frostwire-4.18.0.noarch.tar.gz"
MD5SUM="29bd7d7b036e9dc9b0b73d4c47008fbd"
MAINTAINER="Phillip Warner"
EMAIL="pc_warner@yahoo.com"
APPROVED="rworkman"
APPROVED="dsomero"