xsp.sh 257 B

123456789101112
  1. #!/bin/bash
  2. RETCODE=$(fw_exists xsp)
  3. [ ! "$RETCODE" == 0 ] || { return 0; }
  4. fw_depends mono
  5. git clone --depth 1 git://github.com/mono/xsp
  6. cd xsp
  7. git checkout 8a31bc625727594d42f94173768bee5cf8afd0a4
  8. ./autogen.sh --prefix=/usr/local
  9. make
  10. sudo make install