libpcap: keep pcap-filter.7 in main package.

This commit is contained in:
Christian Neukirchen 2016-04-01 18:26:28 +02:00
parent 5efe8eeb99
commit 34979763fd
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libpcap'
pkgname=libpcap
version=1.7.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
$(vopt_enable bluetooth) $(vopt_enable dbus) $(vopt_enable usb canusb)"
@ -36,7 +36,11 @@ libpcap-devel_package() {
pkg_install() {
vmove usr/include
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/*.so"
}