bittorrent: initial release.
[crux-ports.git] / bittorrent / Pkgfile
1 # Description: Swarming peer-to-peer download tool
2 # URL: http://www.bittorrent.com/
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 # Depends on: python
5 # Nice to have: pygtk
6
7 name=bittorrent
8 version=4.4.0
9 release=1
10 source=(http://download.bittorrent.com/dl/BitTorrent-$version.tar.gz)
11
12 build() {
13         cd BitTorrent-$version
14         rm makei18n.sh
15         touch makei18n.sh
16         python setup.py install --root=$PKG
17         rm -rf $PKG/usr/share/doc
18 }