aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mt-daapd/mt-daapd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mt-daapd/mt-daapd.inc')
-rw-r--r--packages/mt-daapd/mt-daapd.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/mt-daapd/mt-daapd.inc b/packages/mt-daapd/mt-daapd.inc
new file mode 100644
index 0000000000..28b0a1e284
--- /dev/null
+++ b/packages/mt-daapd/mt-daapd.inc
@@ -0,0 +1,26 @@
+DESCRIPTION = "multi threaded daap server for POSIX Systems: iTunes Server."
+SECTION = "console/network"
+PRIORITY = "optional"
+MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>"
+DEPENDS = "zlib gdbm libid3tag"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
+ file://${PN}.init"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "${PN}"
+INITSCRIPT_PARAMS = "defaults 84"
+
+EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes"
+
+do_install() {
+ autotools_do_install
+ install -d ${D}${sysconfdir}
+ install -d ${D}${sysconfdir}/init.d
+ install -m 0644 ${S}/contrib/${PN}.conf ${D}${sysconfdir}
+ install -m 0755 ${WORKDIR}/${PN}.init ${D}${sysconfdir}/init.d/${PN}
+}
+
+CONFFILES_${PN} = "${sysconfdir}/${PN}.conf"