opt/bittorrent/Pkgfile
2006-04-13 04:29:47 +00:00

20 lines
516 B
Plaintext

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