tahoe-lafs/sid/debian/rules
2007-03-29 12:16:39 -07:00

22 lines
545 B
Makefile

#! /usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
DEB_PYTHON_SYSTEM=pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
PREFIX=$(shell pwd)/debian/allmydata-tahoe/usr
build/allmydata-tahoe::
cd src/pyfec && python2.4 setup.py install --prefix=$(PREFIX)
cd src/Crypto && python2.4 setup.py install --prefix=$(PREFIX)
python2.4 setup.py install --prefix=$(PREFIX)
install/allmydata-tahoe::
dh_installdocs client.tac queen.tac
clean::
-rm -rf build