X-Git-Url: http://git.code-monkey.de/?p=crux-ports.git;a=blobdiff_plain;f=bittorrent%2FPkgfile;fp=bittorrent%2FPkgfile;h=293a63f0e0bfd2aebc005bd36a06f87b099fd71b;hp=0000000000000000000000000000000000000000;hb=030acec4271de92a3a91a98510f2dac98dd5b000;hpb=aa368fcfe7d15e1b0816b322b1af6a3e803f98ac diff --git a/bittorrent/Pkgfile b/bittorrent/Pkgfile new file mode 100644 index 0000000..293a63f --- /dev/null +++ b/bittorrent/Pkgfile @@ -0,0 +1,18 @@ +# Description: Swarming peer-to-peer download tool +# URL: http://www.bittorrent.com/ +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: python +# Nice to have: pygtk + +name=bittorrent +version=4.4.0 +release=1 +source=(http://download.bittorrent.com/dl/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 +}