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

recipes/utils/libnftnl/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: libnftnl
pkgver: '1.3.1'
pkgrel: '1'
pkgdesc: 'Netfilter library providing interface to the nf_tables subsystem'
url: 'https://netfilter.org/projects/libnftnl/'
arch: x86_64
depends: []
makedepends:
- libmnl

source:
- 'https://www.netfilter.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR="${PKGDIR}" install

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