void-packages/srcpkgs/libnl3/libnl3-progs.template
2011-11-15 20:32:47 +01:00

14 lines
282 B
Plaintext

# 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
}