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

recipes/gui/libpcap/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: libpcap
pkgver: '1.10.6'
pkgrel: '1'
pkgdesc: 'A system-independent interface for user-level packet capture'
url: 'https://www.tcpdump.org'
arch: x86_64
depends: []
makedepends:
- libnl
- libusb
- dbus

source:
- 'https://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

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

  ./configure --prefix=/usr --enable-ipv6
  make
  sed -i '/INSTALL_DATA.*libpcap.a\|RANLIB.*libpcap.a/ s/^/#/' Makefile
  make DESTDIR=${PKGDIR} install

package: |
  true