[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
|
# 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"
|
DESCRIPTION="Minimalistic netlink library"
|
||||||
HOMEPAGE="https://netfilter.org/projects/libmnl/"
|
HOMEPAGE="https://netfilter.org/projects/libmnl/"
|
||||||
@ -31,10 +31,11 @@ src_install() {
|
|||||||
default
|
default
|
||||||
|
|
||||||
gen_usr_ldscript -a mnl
|
gen_usr_ldscript -a mnl
|
||||||
prune_libtool_files
|
|
||||||
|
find "${D}" -name '*.la' -delete || die
|
||||||
|
|
||||||
if use examples; then
|
if use examples; then
|
||||||
find examples/ -name 'Makefile*' -delete
|
find examples/ -name 'Makefile*' -delete || die
|
||||||
dodoc -r examples/
|
dodoc -r examples/
|
||||||
docompress -x /usr/share/doc/${PF}/examples
|
docompress -x /usr/share/doc/${PF}/examples
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user