[Lunar-commits] r14969 - moonbase/trunk/distributed/BitTorrent

Stefan Wold ratler at lunar-linux.org
Mon May 23 17:58:58 UTC 2005


Author: ratler
Date: 2005-05-23 17:58:57 +0000 (Mon, 23 May 2005)
New Revision: 14969

Modified:
   moonbase/trunk/distributed/BitTorrent/BUILD
   moonbase/trunk/distributed/BitTorrent/DETAILS
Log:
Wrote a patch to make BitTorrent usable, a few syntax errors in btdownloadheadless.py and btdownloadcurses.py


Modified: moonbase/trunk/distributed/BitTorrent/BUILD
===================================================================
--- moonbase/trunk/distributed/BitTorrent/BUILD	2005-05-23 17:46:36 UTC (rev 14968)
+++ moonbase/trunk/distributed/BitTorrent/BUILD	2005-05-23 17:58:57 UTC (rev 14969)
@@ -1,5 +1,6 @@
 ( 
 
+ patch_it $SOURCE2 1 &&
  prepare_install  &&
  python setup.py install
 

Modified: moonbase/trunk/distributed/BitTorrent/DETAILS
===================================================================
--- moonbase/trunk/distributed/BitTorrent/DETAILS	2005-05-23 17:46:36 UTC (rev 14968)
+++ moonbase/trunk/distributed/BitTorrent/DETAILS	2005-05-23 17:58:57 UTC (rev 14969)
@@ -1,11 +1,14 @@
           MODULE=BitTorrent
          VERSION=4.1.0
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-4.1.0-fix_syntax.patch
      SOURCE_URL=http://www.bittorrent.com/dl/
+    SOURCE2_URL=$PATCH_URL/
      SOURCE_VFY=sha1:f4f9895a520be7a9a979a64a1f0181d6c76fd378
+    SOURCE2_VFY=sha1:e7b67f4e3bb8acf908d4592fb2743465bc34ca2e
        WEB_SITE=http://www.bittorrent.com/
          ENTERED=20020708
-         UPDATED=20050520
+         UPDATED=20050524
            SHORT="BitTorrent is a distributed server/client for data transfer"
 
 cat << EOF



More information about the Lunar-commits mailing list