summaryrefslogtreecommitdiff
path: root/package/palantir
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/palantir
Initial import
Diffstat (limited to 'package/palantir')
-rw-r--r--package/palantir/Config.in12
-rw-r--r--package/palantir/Makefile37
-rw-r--r--package/palantir/ipkg/palantir.conffiles1
-rw-r--r--package/palantir/ipkg/palantir.control5
4 files changed, 55 insertions, 0 deletions
diff --git a/package/palantir/Config.in b/package/palantir/Config.in
new file mode 100644
index 000000000..409ee0ba5
--- /dev/null
+++ b/package/palantir/Config.in
@@ -0,0 +1,12 @@
+config ADK_PACKAGE_PALANTIR
+ prompt "palantir.......................... A multichannel interactive streaming solution"
+ tristate
+ default n
+ select ADK_PACKAGE_LIBJPEG
+ help
+ Palantir is a Linux-based streaming system designed to transmit live
+ video, audio and data over a TCP/IP network, as well as to control
+ remote devices.
+
+ http://www.fastpath.it/products/palantir/
+
diff --git a/package/palantir/Makefile b/package/palantir/Makefile
new file mode 100644
index 000000000..a7e3e84ff
--- /dev/null
+++ b/package/palantir/Makefile
@@ -0,0 +1,37 @@
+# $Id$
+#-
+# 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:= palantir
+PKG_VERSION:= 2.7
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 3a5b1fb340857f6d8e357bf39b77583e
+MASTER_SITES:= http://www.fastpath.it/products/palantir/pub/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,PALANTIR,palantir,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+do-build:
+ mkdir -p ${WRKINST}/usr
+ ${MAKE} -C ${WRKBUILD}/server/libgsm \
+ ${TARGET_CONFIGURE_OPTS} \
+ CCINC="${TCPPFLAGS}" \
+ lib/libgsm.a
+ ${MAKE} -C ${WRKBUILD}/server \
+ ${TARGET_CONFIGURE_OPTS} \
+ CFLAGS="-Wall -D_REENTRANT ${TCFLAGS} ${TCPPFLAGS} ${TLDFLAGS}" \
+ palantir
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_PALANTIR}/etc
+ ${INSTALL_DIR} ${IDIR_PALANTIR}/usr/sbin
+ ${INSTALL_DATA} ${WRKBUILD}/server/palantir-mips.conf.sample \
+ ${IDIR_PALANTIR}/etc/palantir.conf
+ ${INSTALL_BIN} ${WRKBUILD}/server/palantir ${IDIR_PALANTIR}/usr/sbin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/palantir/ipkg/palantir.conffiles b/package/palantir/ipkg/palantir.conffiles
new file mode 100644
index 000000000..a57f0c6fd
--- /dev/null
+++ b/package/palantir/ipkg/palantir.conffiles
@@ -0,0 +1 @@
+/etc/palantir.conf
diff --git a/package/palantir/ipkg/palantir.control b/package/palantir/ipkg/palantir.control
new file mode 100644
index 000000000..404a200c3
--- /dev/null
+++ b/package/palantir/ipkg/palantir.control
@@ -0,0 +1,5 @@
+Package: palantir
+Priority: optional
+Section: net
+Depends: libjpeg, libpthread
+Description: A multichannel interactive streaming solution