mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
15 lines
239 B
Text
15 lines
239 B
Text
# Template file for 'libmcpp'.
|
|
#
|
|
short_desc="${short_desc} - Runtime library"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the mcpp runtime library"
|
|
|
|
revision=1
|
|
|
|
Add_dependency run glibc
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
}
|