New package: mcpp - portable c preprocessor

This commit is contained in:
davehome 2011-10-31 22:55:27 +00:00
parent 91a68bd96d
commit 10170387c7
7 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Template file for 'libmcpp'.
#
short_desc="${short_desc} - Runtime library"
long_desc="${long_desc}
This package contains the mcpp runtime library"
Add_dependency run glibc
Add_dependency run mcpp
do_install()
{
vmkdir usr/lib
vmove "usr/lib/*.so*" usr/lib
}