summaryrefslogtreecommitdiff
path: root/~lukeshu/libfreenect-git/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-16 00:21:58 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-16 00:21:58 -0500
commitb40a3c09328e91f59bdf9da38bd3150166d777ac (patch)
tree0de703f977922802979048b3e09b521288afb9e2 /~lukeshu/libfreenect-git/PKGBUILD
parent96dee30e95d8d67acf025365a720047df2e1bc2d (diff)
Polish PKGBUILD for libfreenect
Diffstat (limited to '~lukeshu/libfreenect-git/PKGBUILD')
-rw-r--r--~lukeshu/libfreenect-git/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/~lukeshu/libfreenect-git/PKGBUILD b/~lukeshu/libfreenect-git/PKGBUILD
index 69edf428f..26963e142 100644
--- a/~lukeshu/libfreenect-git/PKGBUILD
+++ b/~lukeshu/libfreenect-git/PKGBUILD
@@ -1,17 +1,18 @@
# Contributor: Sven Schneider <archlinux.sandmann@googlemail.com>
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-pkgname=libfreenect-git
+_pkgname=libfreenect
+pkgname=${_pkgname}-git
pkgver=20111115
-pkgrel=1
-pkgdesc="OpenKinect drivers and libraries for the Xbox Kinect device on Linux"
+pkgrel=2
+pkgdesc="OpenKinect drivers and libraries for the Xbox Kinect device"
arch=('i686' 'x86_64')
url="http://openkinect.org"
license=('GPL')
depends=('libusb' 'freeglut' 'libxmu')
makedepends=('cmake' 'git' 'python2')
-provides=('libfreenect')
-conflicts=('libfreenect')
+provides=($_pkgname)
+conflicts=($_pkgname)
source=()
md5sums=()