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