You are not logged in.

#1 2005-02-17 20:41:46

famavolat
Member
From: Louisville, KY
Registered: 2003-09-22
Posts: 80
Website

[new] Bittorrent beta 3.9.1

pkgname=btbeta
pkgver=3.9.1
pkgrel=1
pkgdesc="BitTorrent is a tool for copying files from one machine to another."
url="http://www.bittorrent.com"
depends=('python' 'pygtk')
source=(http://www.bittorrent.com/BitTorrent-$pkgver.tar.gz)
md5sums=('806ad575397ec55b12b65fdd66e4fb3b')

build() {
  cd $startdir/src/BitTorrent-$pkgver
  python setup.py bdist --format=gztar
  cd $startdir/pkg/
  tar -xzf $startdir/src/BitTorrent-3.9.1/dist/BitTorrent-3.9.1.linux-i686.tar.gz
}

As a warning... this package does not install in /opt/bittorrent it installs in good ol /usr/bin

Change it to your liking if you need something like that.  :shock:
I really enjoy this new interface... pygtk.

Offline

Board footer

Powered by FluxBB