mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/openshadinglanguage to 1.9.9-3
This commit is contained in:
parent
c938f97828
commit
0ad1385163
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=openshadinglanguage
|
||||
pkgver=1.9.9
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="Advanced shading language for production GI renderers"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/imageworks/OpenShadingLanguage"
|
||||
|
@ -49,6 +49,8 @@ package() {
|
|||
cd OpenShadingLanguage-Release-$pkgver/src/build
|
||||
|
||||
make DESTDIR="$pkgdir/" install
|
||||
mkdir "$pkgdir"/usr/share/OSL
|
||||
mv "$pkgdir"/usr/shaders "$pkgdir"/usr/share/OSL/shaders
|
||||
|
||||
install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue