[packages] libfreenect: New package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30311 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
80bad1bd5f
commit
444b6457b9
44
libs/libfreenect/Makefile
Normal file
44
libs/libfreenect/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
#
|
||||
# Copyright (C) 2012 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libfreenect
|
||||
PKG_VERSION:=2011-11-23
|
||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=git://github.com/OpenKinect/libfreenect.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=bac62d042158560aa1bc0d54298167e77870037d
|
||||
PKG_MIRROR_MD5SUM:=6c5011750a6194bdea3b79b709fd705d
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
||||
define Package/libfreenect
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Xbox Kinect library
|
||||
DEPENDS:=+libusb-1.0
|
||||
endef
|
||||
|
||||
CMAKE_OPTIONS += -DBUILD_EXAMPLES="OFF"
|
||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
|
||||
|
||||
define Package/libfreenect/description
|
||||
Drivers and libraries for the Xbox Kinect device
|
||||
endef
|
||||
|
||||
define Package/libfreenect/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfreenect.so.* $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libfreenect))
|
Loading…
x
Reference in New Issue
Block a user