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

recipes/utils/libcap-ng/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: libcap-ng
pkgver: '0.9.5'
pkgrel: 1
pkgdesc: A library making programming with POSIX capabilities easier than traditional libcap.
url: 'https://people.redhat.com/sgrubb/libcap-ng/'
arch: x86_64
depends: []
makedepends:
- autoreconf
- libtool
- perl
source:
- 'https://github.com/stevegrubb/libcap-ng/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  # make stupid autotools happy -_-
    touch NEWS
    autoreconf -fiv
  ./configure --prefix=/usr \
  --disable-static \
  --without-python
  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libcap-ng.la
package: |
  true