mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
-
This commit is contained in:
parent
89c0f5ca5f
commit
bf00e75226
2 changed files with 5 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -2,7 +2,10 @@
|
||||||
# Makefile for Deluge
|
# Makefile for Deluge
|
||||||
#
|
#
|
||||||
|
|
||||||
PREFIX = "/usr"
|
VERSION ?= 0.5.1
|
||||||
|
|
||||||
|
PREFIX ?= /usr
|
||||||
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -59,7 +59,7 @@ python_version = platform.python_version()[0:3]
|
||||||
|
|
||||||
NAME = "deluge"
|
NAME = "deluge"
|
||||||
FULLNAME = "Deluge BitTorrent Client"
|
FULLNAME = "Deluge BitTorrent Client"
|
||||||
VERSION = "0.5.0"
|
VERSION = "0.5.1"
|
||||||
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
|
AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
|
||||||
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
|
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
|
||||||
DESCRIPTION = "A bittorrent client written in PyGTK"
|
DESCRIPTION = "A bittorrent client written in PyGTK"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue