18 lines
356 B
Text
18 lines
356 B
Text
# Template file for 'libnl-progs'.
|
|
#
|
|
revision=1
|
|
short_desc="${sourcepkg} - cli utilities"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the command line utilities bundled with libnl."
|
|
|
|
|
|
conf_files="/etc/libnl/classid /etc/libnl/pktloc"
|
|
|
|
do_install()
|
|
{
|
|
vmove etc
|
|
vmove usr/sbin usr
|
|
vmove usr/share/man/man8 usr/share/man
|
|
vmove usr/lib/libnl usr/lib
|
|
}
|