This commit is contained in:
Zach Tibbitts 2007-07-24 16:34:49 +00:00
parent a4c44252f3
commit 117cbb7d1b

View file

@ -3,10 +3,15 @@
#
PYVER=`python -c "import sys; print sys.version[:3]"`
PREFIX ?= /usr
DESTDIR ?= ./
all:
python setup.py build
tarball:
python setup.py sdist
mv dist/deluge-*.tar.gz $(DESTDIR)
install:
python setup.py install --prefix=$(PREFIX)