opt/bittorrent/Pkgfile

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