mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
libpcap: update to 1.10.4.
This commit is contained in:
parent
e2b66e7dbb
commit
cda6209c9f
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libpcap'
|
||||
pkgname=libpcap
|
||||
version=1.10.3
|
||||
version=1.10.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
|
||||
|
@ -13,8 +13,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://www.tcpdump.org/"
|
||||
changelog="https://www.tcpdump.org/libpcap-changes.txt"
|
||||
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6
|
||||
distfiles="https://www.tcpdump.org/release/libpcap-${version}.tar.gz"
|
||||
checksum=ed19a0383fad72e3ad435fd239d7cd80d64916b87269550159d20e47160ebe5f
|
||||
|
||||
build_options="bluetooth dbus usb"
|
||||
build_options_default="usb"
|
||||
|
@ -30,7 +30,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libpcap-devel_package() {
|
||||
depends="libnl3-devel libpcap>=${version}_${revision}"
|
||||
depends="libnl3-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue