-
This commit is contained in:
parent
89c0f5ca5f
commit
bf00e75226
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…
x
Reference in New Issue
Block a user