🔒 Repository is read-only – file editing is disabled.

recipes/gui/opensubdiv/PAGBUILD.yaml main

37 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637
pkgname: opensubdiv
pkgver: '3.7.0'
pkgrel: '1'
pkgdesc: 'An Open-Source subdivision surface library'
url: 'https://graphics.pixar.com/opensubdiv'
arch: x86_64
depends: []
makedepends:
- python
- 'python-docutils'
- 'python-pygments'
- cmake
- glew
- 'xorg-libxcursor'
- 'xorg-libxinerama'
- 'xorg-libxrandr'
- 'xorg-libxxf86vm'

source:
- 'https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_7_0.tar.gz'

sha256sums:
- SKIP

build: |
  cd OpenSubdiv-3_7_0
  rm -rf build
  mkdir build
  cd build
  cmake .. \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=/usr
  make DESTDIR=${PKGDIR}/ install
  rm -rf ${PKGDIR}/usr/bin

package: |
  true