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

recipes/utils/liburcu/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: liburcu
pkgver: '0.15.6'
pkgrel: '1'
pkgdesc: LGPLv2.1 userspace RCU (read-copy-update) library
url: 'https://lttng.org/urcu'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2'
sha256sums:
- 850b192096eb11ebf2c70e8f97bc7da7479ee41da1bebeb44e3986908bac414f
build: |
  cd userspace-rcu-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true