You are not logged in.

#1 2005-10-19 17:41:21

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

FrostWire 4.9.34 beta

Frostwire is Limewire's OpenSource sister client.

# Contributor: Jesus Franco <jesusfranco@gmail.com>

pkgname=FrostWire
pkgver=4.9.34
pkgrel=2
pkgdesc="A popular gnutella client"
url="http://www.frostwire.com/"
license="GPL"
depends=(j2re x-server unzip mplayer)
source=(http://unc.dl.sourceforge.net/sourceforge/limewire/FrostWire-4.9.34-0-Any-OS.zip)
md5sums=('8f1e8b8b0160e70e8ec2bf5172f58099')

build() {
  cd $startdir/src/FrostWire/
  mkdir -p $startdir/pkg/opt/FrostWire
  mkdir -p $startdir/pkg/usr/bin
  rm -f *.dll *.exe *.bat README.txt COPYNG SOURCE cygwin.ico
  cp -r * $startdir/pkg/opt/FrostWire/
  echo "#!/bin/sh" > $pkgname
  echo "cd /opt/$pkgname" >> $pkgname
  echo "./runFrost.sh" >> $pkgname
  chmod a+rx $pkgname
  chmod 755 /opt/$pkgname/runFrost.sh
  install -m 775 $pkgname $startdir/pkg/usr/bin/
}

Offline

#2 2005-10-19 21:37:33

mezoko
Member
Registered: 2005-03-26
Posts: 310
Website

Re: FrostWire 4.9.34 beta

Please update this to aur if it not already done.


"The only thing we have to fear is fear itself." - Franklin D. Roosevelt

Offline

#3 2005-10-19 23:19:50

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: FrostWire 4.9.34 beta

pkgname=frostwire
pkgver=4.9.34_0
urlpkgver=$(echo $pkgver |sed 's|_|-|')
pkgrel=2
pkgdesc="A popular gnutella client"
url="http://www.frostwire.com/"
license="GPL"
depends=(j2re x-server unzip mplayer)
source=(http://dl.sourceforge.net/sourceforge/limewire/FrostWire-$urlpkgver-Any-OS.zip)
md5sums=('8f1e8b8b0160e70e8ec2bf5172f58099')

build() {
          cd $startdir/src/FrostWire/
          mkdir -p $startdir/pkg/opt/$pkgname
          mkdir -p $startdir/pkg/usr/bin
           rm -f *.dll *.exe *.bat README.txt COPYNG SOURCE cygwin.ico
           cp -r * $startdir/pkg/opt/$pkgname/
           echo -e "#!/bin/bashn/opt/$pkgname/runFrost.sh" > $pkgname
            chmod 755 $startdir/pkg/opt/$pkgname/runFrost.sh
            install -m 775 $pkgname $startdir/pkg/usr/bin/
  }

I had errors with the chmod statements.
This may be a little more suitable to arch using an underscore in the version instead of leaving the trailing proprietary release field empty and lowercase letters for the pkgname.

This one is a little tricky though. Best ask a TU for the proper PKGBUILD before submitting to aur.

Offline

#4 2005-10-20 22:41:53

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

Re: FrostWire 4.9.34 beta

Right, I've checked online pacman documentation and found nothing that can help. (at least from what I read on the wiki) My understanding of making pacman packages is minimal so... Sorry for the inconvienence. It does work though.

Offline

Board footer

Powered by FluxBB