You are not logged in.
Pages: 1
# Contributor: sickhate <sickmark>
pkgname=frostwire
pkgver=4.13.1.4
pkgrel=1
pkgdesc="An absolutely free Gnutella P2P application"
depends=('jre' 'x-server' 'mplayer')
source=(http://frostwire.com/frostwire/4.13.1/frostwire-$pkgver.noarch.tar.gz http://www.frostwire.com/images/64x64frostsphere.png)
url="http://www.frostwire.com"
license="GPL"
md5sums=('42d8fd3fb54d3e2f65bc672cf61865fe' 'ff2df1be40bd8df432f1db7a17d8be60')
build() {
msg " ############################################################
Getting sources...renaming...creating desktop entrance...
############################################################ "
mv $startdir/src/frostwire-4.13.1.noarch $startdir/src/frostwire
mv $startdir/src/64x64frostsphere.png $startdir/src/frostsphere.png
cd $startdir/src/$pkgname
mkdir -p $startdir/pkg/opt/$pkgname
mkdir -p $startdir/pkg/usr/bin
mkdir -p $startdir/pkg/usr/share/applications/
cp -R $startdir/src/$pkgname/* $startdir/pkg/opt/$pkgname
cp -r $startdir/src/frostsphere.png $startdir/pkg/usr/share/applications/
echo -e "#!/bin/bashn/opt/$pkgname/runFrostwire.sh" > $pkgname
install -m777 $pkgname $startdir/pkg/usr/bin/
}
### desktop entry ###
[Desktop Entry]
Version=4.13.1
Encoding=UTF-8
Name=Frostwire
Comment=An absolutely free Gnutella P2P application
Icon=/usr/share/applications/frostsphere.png
Exec=/usr/bin/frostwire
Terminal=false
Type=Application
Categories=Application;Network
StartupNotify=true
some one dev that could uploaded to aur or put it on a archlinux rep it would be cool...sorry ive tryed to upload it..with the scripts and in aur site...allways give back erros....hope you like it
Ps---updated..i recommend use this one..because it as some bugs fixed
# Contributor: sickhate <sickmark>
pkgname=frostwire
pkgver=4.13.1.4
pkgrel=1
pkgdesc="An absolutely free Gnutella P2P application"
depends=('jre')
source=(http://www.frostwire.com/$pkgname/4.13.1/frostwire-$pkgver.noarch.tar.gz http://www.frostwire.com/images/64x64frostsphere.png)
url="http://www.frostwire.com"
license="GPL"
md5sums=('dcc98370a7640a8a073a66363940d554' 'ff2df1be40bd8df432f1db7a17d8be60')
build() {
msg " ############################################################
Getting sources...renaming...creating desktop entrance...
############################################################ "
mv $startdir/src/frostwire-4.13.1.noarch $startdir/src/frostwire
mv $startdir/src/64x64frostsphere.png $startdir/src/frostsphere.png
cd $startdir/src/$pkgname
mkdir -p $startdir/pkg/opt/$pkgname
mkdir -p $startdir/pkg/usr/bin
mkdir -p $startdir/pkg/usr/share/applications/
cp -R $startdir/src/$pkgname/* $startdir/pkg/opt/$pkgname
cp -r $startdir/src/frostsphere.png $startdir/pkg/usr/share/applications/
echo -e "#!/bin/bashn/opt/$pkgname/runFrostwire.sh" > $pkgname
install -m777 $pkgname $startdir/pkg/usr/bin/
}
Its a sick world we live in....
Offline
Thanks. I have some outstanding queries for the Frostwire developers before updating our package, but this will be useful also.
A few points, FYI: frostwire is not installed in /opt. Arch uses that for large packages only. There is a .desktop file included in the package, so I'll be using that. The preferred way to handle launch scripts in /usr/bin is to provide them separately, rather than creating them in the PKGBUILD, and install them with 755 permissions, not 777.
Offline
thanks for the feedback Tom..this was ny first one..please update it right..to learn the mistakes 2
Its a sick world we live in....
Offline
I'm glad someone made a PKGBUILD, all I did was copy the files in their RPM to the filesystem.
Regards,
Picpak
Offline
i was watching the gpar2....it seems the last version doesnt give any error on compiling...but when i start it it gives an error on glib....googled..and still nothing...
Its a sick world we live in....
Offline
Didn't frostwire used to be in the AUR?
Offline
can someone post it to the AUR please? Or post it here ::
Last edited by Tommy Angelo (2007-05-12 15:24:02)
Offline
can someone post it to the AUR please? Or post it here ::
look on extra or community for the PKGBUILD
Its a sick world we live in....
Offline
Tommy Angelo wrote:can someone post it to the AUR please? Or post it here ::
look on extra or community for the PKGBUILD
there are nothing...only limwire, but I do not want it...frostwire is better for me I also upgrade my ABS and tryied to search in the tree...nothing But I remeber, that there was frostwire in the AUR before 3 weeks later
Offline
frostwire is in the unstable repo. Uncomment it in your pacman.conf and run:
pacman -Sy frostwire
to install it.
To get the PKGBUILD from abs, uncomment unstable in /etc/abs/abs.conf (remove the ! in front of it)
Offline
OK finally I try to repair PKGBUILD from ABS The version of frostwire-4.13.1.7
Here is it ::
# $Id: PKGBUILD,v 1.4 2007/05/03 08:44:29 tom Exp $
# Maintainer: Tom Killian <tom@archlinux.org>
pkgname=frostwire
pkgver=4.13.1.7
pkgrel=1
pkgdesc="an absolutely free Gnutella P2P application, with added bittorrent support"
depends=('jre')
arch=('i686')
#I commented old source
#source=(http://www2.frostwire.com/frostwire/downloads/4.13.1/frostwire-$pkgver.noarch.tar.gz \
# icons.tar.gz frostwire)
#I add this new source originaly downloaded from frostwire.com
source=(http://www2.frostwire.com/frostwire/90627762/frostwire-4.13.1.7.noarch.tar.gz \
icons.tar.gz frostwire)
url="http://www.frostwire.com"
license="GPL"
build() {
mkdir -p $startdir/pkg/usr/share/frostwire
# Unbelievable upstream flakiness requires the use of the PREVIOUS pkgver here
cp -r $startdir/src/frostwire-4.13.1.6.noarch/* $startdir/pkg/usr/share/frostwire
cp -r $startdir/src/icons $startdir/pkg/usr/share
install -Dm755 $startdir/src/frostwire $startdir/pkg/usr/bin/frostwire
install -D $startdir/src/frostwire-4.13.1.6.noarch/frostwire.desktop \
$startdir/pkg/usr/share/applications/frostwire.desktop
install -D $startdir/src/icons/hicolor/16x16/apps/frostwire.png \
$startdir/pkg/usr/share/pixmaps/frostwire.png
# Remove .svn dirs & OSX script
rm -rf $startdir/pkg/usr/share/frostwire/{runFrostwireOSX.sh,root/{.svn,magnet10/.svn}}
}
Offline
Pages: 1