1
0
forked from ports/opt
opt/bittorrent/Pkgfile
2005-12-04 05:51:41 +00:00

21 lines
508 B
Plaintext

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