| File: net/bittorrent/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 3 | Line 3 |
| CATEGORIES = net MASTER_SITES = http://www.bitconjurer.org/BitTorrent/ DISTFILES = BitTorrent-$(GARVERSION).tar.gz | CATEGORIES = net MASTER_SITES = http://www.bitconjurer.org/BitTorrent/ DISTFILES = BitTorrent-$(GARVERSION).tar.gz |
| PATCHFILES = | PATCHFILES = nice-command-line.patch # makes btdownloadfoo url # and btdownloadfoo responsefile # work without --url/--responsefile PATCHFILES += oneline.patch # one-line console downloader by Aaron Swartz |
| # put your e-mail address in here, as in: Foo Bar <foo@bar.com> MAINTAINER = Seth Schoen <schoen@loyalty.org> # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license | # put your e-mail address in here, as in: Foo Bar <foo@bar.com> MAINTAINER = Seth Schoen <schoen@loyalty.org> # GPL, GPL2, BSD, MIT, etc. Or add the URL to any custom license |
| Line 31 | Line 34 |
| install-custom: # omitting GUI clients, which require wxpython | install-custom: # omitting GUI clients, which require wxpython |
| cp $(WORKSRC)/btcompletedir.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btdownloadcurses.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btdownloadheadless.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btdownloadlibrary.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btlaunchmany.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btlaunchmanycurses.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btmakemetafile.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btreannounce.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btrename.py $(DESTDIR)$(bindir) cp $(WORKSRC)/btshowmetainfo.py $(DESTDIR)$(bindir) cp $(WORKSRC)/bttest.py $(DESTDIR)$(bindir) cp $(WORKSRC)/bttrack.py $(DESTDIR)$(bindir) | install $(WORKSRC)/btcompletedir.py $(DESTDIR)$(bindir) install $(WORKSRC)/btdownloadcurses.py $(DESTDIR)$(bindir) install $(WORKSRC)/btdownloadheadless.py $(DESTDIR)$(bindir) install $(WORKSRC)/btdownloadlibrary.py $(DESTDIR)$(bindir) install $(WORKSRC)/btdownloadoneline.py $(DESTDIR)$(bindir) install $(WORKSRC)/btlaunchmany.py $(DESTDIR)$(bindir) install $(WORKSRC)/btlaunchmanycurses.py $(DESTDIR)$(bindir) install $(WORKSRC)/btmakemetafile.py $(DESTDIR)$(bindir) install $(WORKSRC)/btreannounce.py $(DESTDIR)$(bindir) install $(WORKSRC)/btrename.py $(DESTDIR)$(bindir) install $(WORKSRC)/btshowmetainfo.py $(DESTDIR)$(bindir) install $(WORKSRC)/bttest.py $(DESTDIR)$(bindir) install $(WORKSRC)/bttrack.py $(DESTDIR)$(bindir) |
| rsync -av $(WORKSRC)/BitTorrent $(DESTDIR)$(libdir)/python2.2 $(MAKECOOKIE) | rsync -av $(WORKSRC)/BitTorrent $(DESTDIR)$(libdir)/python2.2 $(MAKECOOKIE) |