generated from archlinux/template
another fix
This commit is contained in:
8
PKGBUILD
8
PKGBUILD
@@ -7,9 +7,7 @@ arch=(any)
|
||||
url="https://github.com/IntelRealSense/librealsense"
|
||||
license=('Apache')
|
||||
makedepends=()
|
||||
depends=('glfw>=3'
|
||||
'libusb'
|
||||
'qtcreator')
|
||||
depends=('glfw>=3' 'libusb' 'qtcreator')
|
||||
changelog=''
|
||||
source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz")
|
||||
md5sums=('8b30a944b51a9ff3fa00f2d1652ae9d9')
|
||||
@@ -23,6 +21,6 @@ package() {
|
||||
|
||||
cd $srcdir/$pkgname-$pkgver/
|
||||
install -m655 -d $pkgdir/usr/lib/$pkgname/ $pkgdir/usr/include/$pkgname/
|
||||
cp -r lib/* $pkgdir/usr/lib/$pkgname/
|
||||
cp -r include/$pkgname/* $pkgdir/usr/include/$pkgname/
|
||||
cp -r lib/* $pkgdir/usr/lib/
|
||||
cp -r include/$pkgname/* $pkgdir/usr/include/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user