Skip to content
Snippets Groups Projects
Commit 04717524 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/openni-nite] Set LICENSE to primesense-license and prevent redistribution

While here, tidy the Makefile by trying to follow pkgsrc conventions about the
statements ordering.
parent e80c9da2
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,18 @@
# Created: Matthieu Herrb on Tue, 14 Dec 2010
#
DISTNAME= NITE-Bin-Ubuntu-${NI_ARCH}-${PKG_VERSION}
PKGNAME= openni-nite-${PKG_VERSION}
PKG_VERSION= 1.3.0.17
CATEGORIES= hardware devel
EXTRACT_SUFX= .tar.bz2
COMMENT= Primesense OpenNI nite binary blob
LICENSE= primesense-license
RESTRICTED= Redistribution of source and binaries not permitted
NO_PUBLIC_SRC= ${RESTRICTED}
NO_PUBLIC_BIN= ${RESTRICTED}
ifeq (${MACHINE_ARCH},x86_64)
NI_ARCH= x64
MASTER_SITES= "http://www.openni.org/downloadfiles/openni-compliant-middleware-binaries/stable/53-primesense-nite-beta-build-for-for-ubuntu-10-10-x64-64-bit-v1-3-0/download"
......@@ -11,25 +23,15 @@ ifeq (${MACHINE_ARCH},i386)
MASTER_SITES= "http://www.openni.org/downloadfiles/openni-compliant-middleware-binaries/stable/54-primesense-nite-beta-build-for-for-ubuntu-10-10-x86-32-bit-v1-3-0/download"
endif
PKG_VERSION=1.3.0.17
PKGNAME= openni-nite-${PKG_VERSION}
DISTNAME= NITE-Bin-Ubuntu-${NI_ARCH}-${PKG_VERSION}
COMMENT= Primesense OpenNI nite binary blob
EXTRACT_SUFX= .tar.bz2
CATEGORIES= hardware devel
LICENSE = gnu-lgpl-v3
FETCH_METHOD= custom
FETCH_CMD= ${WGET}
FETCH_BEFORE_ARGS= --content-disposition
DEPEND_METHOD.wget+= bootstrap
FETCH_METHOD= custom
FETCH_CMD= ${WGET}
FETCH_BEFORE_ARGS= --content-disposition
DEPEND_METHOD.wget+= bootstrap
WRKSRC= ${WRKDIR}/Nite-${PKG_VERSION}
NO_CONFIGURE = yes
NO_BUILD = yes
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS = \
${PREFIX}/lib \
${PREFIX}/include/nite \
......
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