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

recipes/utils/nftables/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: nftables
pkgver: '1.1.6'
pkgrel: '2'
pkgdesc: Netfilter nftables userspace tools
url: 'https://netfilter.org/projects/nftables/'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- gmp
- readline
- docbook2x
- asciidoc
- libmnl
- libnftnl
- jansson
source:
- 'https://netfilter.org/projects/nftables/files/nftables-${pkgver}.tar.xz'
- nftables.conf
sha256sums:
- 372931bda8556b310636a2f9020adc710f9bab66f47efe0ce90bff800ac2530c
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr          \
  	--sbindir=/usr/bin         \
  	--sysconfdir=/etc/nftables \
  	--mandir=/usr/share/man    \
          --with-cli=readline
  make
  make DESTDIR=${PKGDIR} install
  install -Dm644 ../nftables.conf "${PKGDIR}/etc/nftables/nftables.conf"
package: |
  true