xsp.sh 203 B

1234567891011
  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. ./autogen.sh --prefix=/usr/local
  8. make
  9. sudo make install