Install as a separate pkg for now checkinstall not working, installing simply from netatalk3.make install.
But do not try to install it with standart netatalk package at the same time.
sudo apt-get remove netatalk| #!/bin/sh | |
| # Author: Nikita Kovalev, https://gist.github.com/maizy/c4d31c1f539694f721f6 | |
| # Based on: https://gist.github.com/visenger/5496675 | |
| # Use java7 dependency (openjdk) instead of java6. | |
| # Tested in Ubuntu 12.04.5 (precise) | |
| SCALA="2.11.2" | |
| SBT="0.13.5" |