From 8abe4c88585a25c5b14e672a8ae9773e19f695c4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Aug 2011 17:34:38 +0200 Subject: icecrab/*: new module icecrab, icecast for krebs Contains a makefile which installs icecast and configures it accordingly --- icecrab/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 icecrab/Makefile (limited to 'icecrab/Makefile') diff --git a/icecrab/Makefile b/icecrab/Makefile new file mode 100644 index 00000000..36e91b76 --- /dev/null +++ b/icecrab/Makefile @@ -0,0 +1,6 @@ +.phony: debian + +debian: + [ -e /usr/bin/icecast2 ] || apt-get install --yes icecast2 + cp icecast2 /etc/default/icecast2 + cp icecast.xml /etc/icecast2/icecast.xml -- cgit v1.2.3