root/ossiedev/branches/jgaeddert/0.8.0/waveforms/Frame64TX/setup.py
@
9964
| Revision 9964, 338 bytes (checked in by jgaeddert, 3 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='Frame64TX', description='Frame64TX',data_files=[(install_location+'/waveforms/Frame64TX',['Frame64TX.sad.xml', 'Frame64TX_DAS.xml'])]) |
Note: See TracBrowser
for help on using the browser.