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

recipes/utils/keyutils/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: keyutils
pkgver: '1.6.3'
pkgrel: '4'
pkgdesc: 'Keyutils is a set of utilities for managing the key retention facility in the kernel.'
url: ' https://rhn.redhat.com/errata/RHEA-2006-0090.html'
arch: x86_64
depends: []
makedepends: []
source:
- 'request-key.conf.patch'
- 'reproducible.patch'
- 'https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP
- SKIP
- SKIP

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

  patch -Np0 -i ../request-key.conf.patch
  patch -Np1 -i ../reproducible.patch

  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"

  make LIBDIR=/usr/lib BINDIR=/usr/bin SBINDIR=/usr/bin  DESTDIR=${PKGDIR} install

package: |
  true