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" |