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

recipes/utils/ode/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: ode
pkgver: '0.16.6'
pkgrel: '2'
pkgdesc: 'An open source, high performance library for simulating rigid body dynamics'
url: 'https://bitbucket.org/odedevs/ode/'
arch: x86_64
depends: []
makedepends:
- automake
- intltool
- libtool
- sed
- grep

source:
- 'https://bitbucket.org/odedevs/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ./${pkgname}-${pkgver}

  ./bootstrap
  ./configure --prefix=/usr \
              --enable-shared \
              --enable-libccd \
              --enable-double-precision
  make

package: |
  cd ./${pkgname}-${pkgver}

  make DESTDIR=${PKGDIR}/ install