New package: mcpp - portable c preprocessor
This commit is contained in:
parent
91a68bd96d
commit
10170387c7
7 changed files with 71 additions and 0 deletions
15
srcpkgs/mcpp/libmcpp.template
Normal file
15
srcpkgs/mcpp/libmcpp.template
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue