Thread
:
Packaging Help for a Newbie Required...
View Single Post
michaelnt
2009-03-16 , 09:25
Posts: 6 | Thanked: 6 times | Joined on Nov 2007
#
3
If you have a setup.py file you can add a Makefile with the following in it.
all:
python2.5 setup.py build
clean:
python2.5 setup.py clean --all
install:
python2.5 setup.py install --root $(DESTDIR)
Quote & Reply
|
The Following User Says Thank You to michaelnt For This Useful Post:
BrentDC
michaelnt
View Public Profile
Send a private message to michaelnt
Find all posts by michaelnt