Add uvc-streamer (#2120)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8168 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
97d678b9ed
commit
e3e2997fd5
44
multimedia/uvc-streamer/Makefile
Normal file
44
multimedia/uvc-streamer/Makefile
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
#
|
||||||
|
# Copyright (C) 2007 OpenWrt.org
|
||||||
|
#
|
||||||
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
|
# See /LICENSE for more information.
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_NAME:=uvc-streamer
|
||||||
|
PKG_VERSION:=1
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
PKG_SOURCE:=uvc_streamer_2007_07_21_14.07.06.tgz
|
||||||
|
PKG_SOURCE_URL:=http://naaa.de/programme/uvc_streamer/
|
||||||
|
PKG_MD5SUM:=491473a25882c3e7250aeeb68e0ca689
|
||||||
|
|
||||||
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
define Package/uvc-streamer
|
||||||
|
SECTION:=utils
|
||||||
|
CATEGORY:=Utilities
|
||||||
|
TITLE:=Linux-UVC streaming applicaton
|
||||||
|
DEPENDS:=+libpthread
|
||||||
|
DESCRIPTION:=\
|
||||||
|
This package contains a streaming daemon for Linux-UVC based webcams
|
||||||
|
URL:=http://www.naaa.de/uvc_streamer
|
||||||
|
endef
|
||||||
|
|
||||||
|
MAKE_FLAGS += \
|
||||||
|
-C $(PKG_BUILD_DIR) \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
CC="$(TARGET_CC)" \
|
||||||
|
all
|
||||||
|
|
||||||
|
define Package/uvc-streamer/install
|
||||||
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/uvc_stream $(1)/sbin
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call BuildPackage,uvc-streamer))
|
Loading…
x
Reference in New Issue
Block a user