2006-02-23 15:26:10 +00:00
|
|
|
# Description: Swarming peer-to-peer download tool
|
|
|
|
# URL: http://www.bittorrent.com/
|
2006-04-13 04:29:47 +00:00
|
|
|
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
|
|
|
|
# Packager: Jukka Heino, jukka dot heino at gmail dot com
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: python
|
|
|
|
# Nice to have: pygtk
|
|
|
|
|
|
|
|
name=bittorrent
|
|
|
|
version=4.4.0
|
|
|
|
release=1
|
2006-04-03 01:32:07 +00:00
|
|
|
source=(http://ftp.fi.debian.org/gentoo/distfiles/BitTorrent-$version.tar.gz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd BitTorrent-$version
|
|
|
|
rm makei18n.sh
|
|
|
|
touch makei18n.sh
|
|
|
|
python setup.py install --root=$PKG
|
|
|
|
rm -rf $PKG/usr/share/doc
|
|
|
|
}
|