generated from archlinux/template
v0.9-1 upd
This commit is contained in:
parent
3acd5105e4
commit
383b829b08
5
PKGBUILD
5
PKGBUILD
@ -7,8 +7,8 @@ arch=(any)
|
|||||||
url="https://github.com/IntelRealSense/librealsense"
|
url="https://github.com/IntelRealSense/librealsense"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
depends=('glfw>=3',
|
depends=('glfw>=3'
|
||||||
'libusb',
|
'libusb'
|
||||||
'qtcreator')
|
'qtcreator')
|
||||||
changelog=''
|
changelog=''
|
||||||
source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz")
|
||||||
@ -25,4 +25,5 @@ package() {
|
|||||||
install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/
|
install -m644 -d $pkgdir/lib/$pkgname/ $pkgdir/include/$pkgname/
|
||||||
cp -r lib/* $pkgdir/lib/$pkgname/
|
cp -r lib/* $pkgdir/lib/$pkgname/
|
||||||
cp -r include/$pkgname/* $pkgdir/include/$pkgname/
|
cp -r include/$pkgname/* $pkgdir/include/$pkgname/
|
||||||
|
install -m644 config/99-realsense-libusb.rules /etc/udev/rules.d/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user