bittorrent: initial release.
[crux-ports.git] / bittorrent / Pkgfile
diff --git a/bittorrent/Pkgfile b/bittorrent/Pkgfile
new file mode 100644 (file)
index 0000000..293a63f
--- /dev/null
@@ -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
+}