🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: libnetfilter_conntrack
pkgver: '1.1.1'
pkgrel: '1'
pkgdesc: 'Library providing an API to the in-kernel connection tracking state table'
url: 'https://www.netfilter.org/projects/libnetfilter_conntrack/'
arch: x86_64
depends: []
makedepends:
- libnfnetlink
- libmnl
source:
- 'https://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
package: |
cd ${pkgname}-${pkgver}
make DESTDIR="${PKGDIR}" install