summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Schneider2012-05-21 00:00:10 +0200
committerSven Schneider2012-05-21 00:00:10 +0200
commit59f730cb9ef4ca83d8779533342f30fa62e69eb9 (patch)
treef74960e09cf7c261a49c370cd5d1e203c3d7d37c
parentea87eff4dbca6e2fe357ce19ff64d2d642395151 (diff)
downloadaur-59f730cb9ef4ca83d8779533342f30fa62e69eb9.tar.gz
added soft link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e1a203248bc..9d027313d3a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openni-git
pkgdesc = The OpenNI Framework provides the interface for physical devices and for middleware components
- pkgver = 20120319
+ pkgver = 20120518
pkgrel = 1
url = http://www.openni.org/
install = openni.install
diff --git a/PKGBUILD b/PKGBUILD
index 9423afa4ee69..fc6235a47ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Lubosz Sarnecki <lubosz at gmail>
pkgname=openni-git
-pkgver=20120319
+pkgver=20120518
pkgrel=1
pkgdesc="The OpenNI Framework provides the interface for physical devices and for middleware components"
arch=('i686' 'x86_64')
@@ -49,7 +49,9 @@ build() {
find "${srcdir}/${_gitname}-build/Samples" -type f -exec sed -i 's#../../../../Data/SamplesConfig.xml#/usr/share/openni/SamplesConfig.xml#g' {} \;
cd "${srcdir}/${_gitname}-build/Platform/Linux/Build"
-
+
+ if [ -f Common ]; then ln -fs `cat Common` Common; fi
+
# BUILD
LDFLAGS+=' -lGL' make
}