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

recipes/gui/tcpdump/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: tcpdump
pkgver: '4.99.6'
pkgrel: '2'
pkgdesc: Powerful command-line packet analyzer
url: 'https://www.tcpdump.org/'
arch: x86_64
depends: []
makedepends:
- libpcap
- libcap-ng
- openssl
source:
- 'https://www.tcpdump.org/release/tcpdump-${pkgver}.tar.gz'
sha256sums:
- 5839921a0f67d7d8fa3dacd9cd41e44c89ccb867e8a6db216d62628c7fd14b09
build: |
  cd ${pkgname}-${pkgver}
  ./configure \
  --prefix=/usr \
  --sbindir=/usr/bin \

  make
  make DESTDIR=${PKGDIR} install
  rm -f ${PKGDIR}/usr/bin/tcpdump.${pkgver}
package: |
  true