2011-10-31 22:55:27 +00:00
|
|
|
# Template file for 'libmcpp'.
|
|
|
|
#
|
|
|
|
short_desc="${short_desc} - Runtime library"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the mcpp runtime library"
|
|
|
|
|
2011-11-01 06:47:50 +00:00
|
|
|
|
2011-10-31 22:55:27 +00:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
}
|