1NAME = numpy
2VERSION = 1.6.2
3
4include ../Makefile.inc
5
6custompatching:
7	ed - $(DIR)/numpy/distutils/system_info.py < system_info.py.ed
8
9postinstall:
10	cp -f $(DIR)/LICENSE.txt $(OSL)/$(NAME)-$(VERSION).txt
11	cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
12