Skip to content
Snippets Groups Projects
Commit 7be2fadd authored by Matthieu Herrb's avatar Matthieu Herrb
Browse files

[wip/openni-nite] openni.org changed their download urls.

Use the new FETCH_METHOD=custom method to cope with their
cgi-based downloads urls which send the filename in the HTTP
>Content-disposition: header
parent d8a333c0
No related branches found
No related tags found
No related merge requests found
# robotpkg Makefile for: hardware/openni
# Created: Matthieu Herrb on Sat, 13 Nov 2010
# robotpkg Makefile for: hardware/openni-nite
# Created: Matthieu Herrb on Tue, 14 Dec 2010
#
ifeq (${MACHINE_ARCH},x86_64)
NI_ARCH=x64
NI_BITS=64
endif
ifeq (${MACHINE_ARCH},i386)
NI_ARCH=x86
NI_BITS=32
endif
PKG_VERSION=1.3.0.17
......@@ -14,9 +17,13 @@ DISTNAME= NITE-Bin-Ubuntu-${NI_ARCH}-${PKG_VERSION}
COMMENT= Primesense OpenNI nite binary blob
EXTRACT_SUFX= .tar.bz2
CATEGORIES= hardware devel
MASTER_SITES= http://downloads.primesense.com/
MASTER_SITES= http://www.openni.org/downloadfiles/openni-compliant-middleware-binaries/stable/54-primesense-nite-beta-build-for-for-ubuntu-10-10-${NI_ARCH}-${NI_BITS}-bit-v1-3-0/download
LICENSE = gnu-lgpl-v3
FETCH_METHOD= custom
FETCH_CMD= wget
FETCH_BEFORE_ARGS= --content-disposition
WRKSRC= ${WRKDIR}/Nite-${PKG_VERSION}
NO_CONFIGURE = yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment