root/ossiedev/branches/jeongo9/waveforms/Flexframe/FlexframeTX_UHD/setup.py
@
10635
| Revision 10635, 368 bytes (checked in by jeongo9, 2 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #! /usr/bin/env python |
| 2 | |
| 3 | from distutils.core import setup |
| 4 | import sys |
| 5 | |
| 6 | install_location = '/sdr' |
| 7 | |
| 8 | if len(sys.argv) != 2: |
| 9 | sys.exit(1) |
| 10 | |
| 11 | sys.argv.append('--install-lib='+install_location) |
| 12 | |
| 13 | setup(name='FlexframeTX_UHD', description='FlexframeTX_UHD',data_files=[(install_location+'/waveforms/FlexframeTX_UHD',['FlexframeTX_UHD.sad.xml', 'FlexframeTX_UHD_DAS.xml'])]) |
Note: See TracBrowser
for help on using the browser.