summaryrefslogtreecommitdiff
path: root/package/logitechmediaserver
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-23 08:14:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-23 08:15:13 +0200
commitfab6c44b2ad6ba684037919dfdf3ad4bc1ecf6e7 (patch)
tree3f3f3fb48f06f964ddfa6379d52b9b053229dc29 /package/logitechmediaserver
parent8517f7c9a10027ea872b7ab54d7aec5d47b1be49 (diff)
add a development package for logitechmediaserver
Diffstat (limited to 'package/logitechmediaserver')
-rw-r--r--package/logitechmediaserver/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/package/logitechmediaserver/Makefile b/package/logitechmediaserver/Makefile
new file mode 100644
index 000000000..1cf0b3ee4
--- /dev/null
+++ b/package/logitechmediaserver/Makefile
@@ -0,0 +1,34 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= logitechmediaserver
+PKG_VERSION:= 7.8.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 8e1934d2fc16bc98ce77d3b6828be1dd
+PKG_DESCR:= popular media server
+PKG_SECTION:= mm/audio
+PKG_DEPENDS:= perl p5-xml-parser p5-dbi p5-ev p5-html-parser
+PKG_DEPENDS+= p5-json-xs p5-digest-sha1 p5-yaml-xs p5-sub-name
+PKG_DEPENDS+= p5-xml-parser-expat
+PKG_BUILDDEP:= perl
+PKG_URL:= http://wiki.slimdevices.com/index.php/Logitech_Media_Server
+PKG_SITES:= http://downloads.slimdevices.com/LogitechMediaServer_v7.8.0/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-noCPAN.tgz
+WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}-noCPAN
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LOGITECHMEDIASERVER,logitechmediaserver,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIG_STYLE:= manual
+BUILD_STYLE:= manual
+INSTALL_STYLE:= manual
+
+logitechmediaserver-install:
+ $(INSTALL_DIR) $(IDIR_LOGITECHMEDIASERVER)/opt/lms
+ $(CP) $(WRKSRC)/* $(IDIR_LOGITECHMEDIASERVER)/opt/lms
+
+include ${TOPDIR}/mk/pkg-bottom.mk