summaryrefslogtreecommitdiff
path: root/~lukeshu/openni-unstable/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~lukeshu/openni-unstable/PKGBUILD')
-rw-r--r--~lukeshu/openni-unstable/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/~lukeshu/openni-unstable/PKGBUILD b/~lukeshu/openni-unstable/PKGBUILD
index 19d1575a1..ad3cf0096 100644
--- a/~lukeshu/openni-unstable/PKGBUILD
+++ b/~lukeshu/openni-unstable/PKGBUILD
@@ -12,7 +12,7 @@ pkgname=(
openni$_suf-core
openni$_suf-core-samples
openni$_suf-core-samples-source
-
+
openni$_suf-mono
openni$_suf-mono-samples
openni$_suf-mono-samples-source
@@ -85,7 +85,7 @@ abs_mono: $(ALL_MONO_PROJS)
abs_mono_samples: $(MONO_SAMPLES) $(MONO_FORMS_SAMPLES)
' >> "Platform/${_os}/Build/Makefile"
-
+
# BUILD
cd "Platform/${_os}/Build"
make -j1 \
@@ -164,7 +164,7 @@ package_openni-unstable-java() {
install -d "${pkgdir}/usr/lib"
install -m755 libOpenNI.jni.so "${pkgdir}/usr/lib"
-
+
install -d "${pkgdir}/usr/share/openni/java"
install -m755 org.OpenNI.jar "${pkgdir}/usr/share/openni/java"
}
@@ -177,7 +177,7 @@ package_openni-unstable-mono() {
conflicts=('openni-mono')
cd "${srcdir}/${_gitname}-build/Platform/${_os}/Bin/${_arch}-Release"
-
+
install -d "${pkgdir}/usr/share/openni/mono"
install -m755 OpenNI.net.dll "${pkgdir}/usr/share/openni/mono"
}