opt/bittorrent/Pkgfile

18 lines
427 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Swarming peer-to-peer download tool
# URL: http://www.bittorrent.com/
# Maintainer: Matt Housh, jaeger at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: python
# Nice to have: pygtk
name=bittorrent
version=4.20.6
2006-02-23 16:26:10 +01:00
release=1
source=(http://download.bittorrent.com/dl/BitTorrent-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd BitTorrent-$version
:> makei18n.sh
python setup.py install --root=$PKG
rm -rf $PKG/usr/share/doc $PKG/usr/share/locale
2006-02-23 16:26:10 +01:00
}