void-packages/srcpkgs/libnl3/libnl3-progs.template

14 lines
282 B
Text
Raw Normal View History

2011-10-29 10:01:59 +00:00
# Template file for 'libnl-progs'.
#
short_desc="${sourcepkg} - cli utilities"
long_desc="${long_desc}
This package contains the command line utilities bundled with libnl."
do_install()
{
vmove usr/sbin usr
vmove usr/share/man/man8 usr/share/man
vmove usr/lib/libnl usr/lib
}