mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 03:55:20 +02:00
13 lines
282 B
Text
13 lines
282 B
Text
# 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
|
|
}
|