You are not logged in.
File:
bittorrent-theshadow-5.8.11-1.tar.bz2
Contains:
PKGBUILD
bittorrent.install
filelist
bittorrent-theshadow-5.8.11-1.pkg.tar.gz
bittorrent.sh
Description:
An alternative bittorrent client, with added features and bugfixes
PKGBUILD
# Contributor: lefungus@altern.org
pkgname=bittorrent-theshadow
pkgver=5.8.11
pkgrel=1
pkgdesc="BitTorrent is a tool for copying files from one machine to another. Alternative Shadow version"
url="http://bt.degreez.net"
depends=('wxpython' 'wxgtk')
conflicts=('bittorrent')
source=(http://e.scarywater.net/bt/download/BitTorrent-experimental-S-$pkgver.tar.gz bittorrent.sh)
md5sums=('1549187bd26f574127c444d272cc5881' 'bce0069a2373944652f2cb3cdae59ffe')
install=bittorrent.install
build() {
cd $startdir/src/bittorrent-CVS-shadowsclient
mkdir -p $startdir/pkg/opt/bittorrent
mkdir -p $startdir/pkg/etc/profile.d
cp -rf BitTorrent *.py $startdir/pkg/opt/bittorrent
cp ../bittorrent.sh $startdir/pkg/etc/profile.d
}
Offline
It would be good if those additional files where grabed from net. This way there is no need of downloading your package .tar and I could just copy&paste PKGBUILD code.
jabber id: arael (at) fov (dot) pl
Offline
Just finished testing and playing around with it, that is a cool application, lots of features that bittorrent itself really should have but doesn't. It should be in staging when the next rsync happens.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
It would be good if those additional files where grabed from net. This way there is no need of downloading your package .tar and I could just copy&paste PKGBUILD code.
Patches, startup scripts, and other auxiliary files to building are almost always included with the PKGBUILD. This seems to be the convention in a lot of builds I've checked out in ABS and it makes sense... i've followed it myself.
So no, I don't see a problem with the way he's done it.
Also, thank you Lefungus! I've been using Azureus for the time being (it's a very fine client and it almost makes me think Java isn't worthless ) but I've been meaning to seed a few torrents, and Shadow's "super-seeder" mode might come in very handy. I'll definitely be looking at this package.
Offline
included with the PKGBUILD.
You mean *.tar.gz file, not PKGBUILD. I've got to dowload whole *.tar.gz build just to get those little files. I don't see any advantages of having to do so. This ain't big problem, but I'm lazy guy and this place where are all *.tar.gz are (/incoming serwer) always sais: to many connections from you ip or sth like that - I have to use ssh and external serwer just to get those two little files so I still say that having this two files url'ed in PKGBUILD just to use it more automaticly is nice. (sorry for my english)
jabber id: arael (at) fov (dot) pl
Offline
I do not see this package in archlinux.org/incoming, is there a reason for that?
Offline
Offline