mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libpcap: keep pcap-filter.7 in main package.
This commit is contained in:
parent
5efe8eeb99
commit
34979763fd
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libpcap'
|
# Template file for 'libpcap'
|
||||||
pkgname=libpcap
|
pkgname=libpcap
|
||||||
version=1.7.4
|
version=1.7.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
|
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
|
||||||
$(vopt_enable bluetooth) $(vopt_enable dbus) $(vopt_enable usb canusb)"
|
$(vopt_enable bluetooth) $(vopt_enable dbus) $(vopt_enable usb canusb)"
|
||||||
|
@ -36,7 +36,11 @@ libpcap-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/share/man
|
vmove usr/share/man/man1
|
||||||
|
vmove usr/share/man/man3
|
||||||
|
vmove usr/share/man/man5
|
||||||
|
vmove usr/share/man/man7/pcap-linktype.7
|
||||||
|
vmove usr/share/man/man7/pcap-tstamp.7
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue