Package Details: bittornado 0.3.18-1

Git Clone URL: https://aur.archlinux.org/bittornado.git (read-only, click to copy)
Package Base: bittornado
Description: TheSHAD0W's Experimental BitTorrent client. (lib-only, for cfv)
Upstream URL: http://bittornado.com
Keywords: bittorrent
Licenses: MIT
Conflicts: bittorrent
Submitter: Galaxy
Maintainer: Galaxy
Last Packager: Galaxy
Votes: 0
Popularity: 0.000000
First Submitted: 2019-08-24 16:39 (UTC)
Last Updated: 2019-08-25 02:27 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

metak commented on 2019-08-25 12:26 (UTC)

Just remove the bin dir after python2 install if you don't want it. rm -rf "$pkgdir/usr/bin".

Galaxy commented on 2019-08-25 02:22 (UTC)

@metak

python2 setup.py install will bring unnecessary files like usr/bin/bttrack.py.

I want to skip all python scripts under /usr/bin.

metak commented on 2019-08-24 18:35 (UTC)

 build() {
-  cd $startdir/src/BitTornado-CVS
+  cd BitTornado-CVS
   python2 setup.py build
 }

 package() {
-  cd $startdir/src/BitTornado-CVS
-  # python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  python2 setup.py install_lib --install-dir="$pkgdir/usr/lib/python2.7/site-packages/" --optimize=1 --skip-build
+  cd BitTornado-CVS
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
 }

Galaxy commented on 2019-08-24 17:00 (UTC)

Hope someone can help me with this hard coded python2.7:

package() {
  cd $startdir/src/BitTornado-CVS
  # python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
  python2 setup.py install_lib --install-dir="$pkgdir/usr/lib/python2.7/site-packages/" --optimize=1 --skip-build
}

Galaxy commented on 2019-08-24 16:55 (UTC) (edited on 2019-08-24 16:58 (UTC) by Galaxy)

The file is also aviliable at: https://archive.org/download/bittornado0.3.18.tar

You can download with

wget https://archive.org/download/bittornado0.3.18.tar/BitTornado-0.3.18.tar.gz

.