[net-libs/libmnl] sync with tree
This commit is contained in:
parent
43d8ba3cae
commit
f2dfbe188b
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3 autotools eutils toolchain-funcs usr-ldscript
|
||||
inherit git-r3 autotools toolchain-funcs usr-ldscript
|
||||
|
||||
DESCRIPTION="Minimalistic netlink library"
|
||||
HOMEPAGE="https://netfilter.org/projects/libmnl/"
|
||||
@ -31,10 +31,11 @@ src_install() {
|
||||
default
|
||||
|
||||
gen_usr_ldscript -a mnl
|
||||
prune_libtool_files
|
||||
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
|
||||
if use examples; then
|
||||
find examples/ -name 'Makefile*' -delete
|
||||
find examples/ -name 'Makefile*' -delete || die
|
||||
dodoc -r examples/
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user