mcpp: license BSD, wrap long lines, no need to use vmkdir with vmove, etc.
This commit is contained in:
parent
c582992b33
commit
edefc6a8bc
3 changed files with 4 additions and 5 deletions
|
@ -10,6 +10,5 @@ Add_dependency run mcpp
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
vmkdir usr/lib
|
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,8 +10,6 @@ Add_dependency run mcpp
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
vmkdir usr/lib
|
|
||||||
vmkdir usr/include
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-mcpplib"
|
configure_args="--enable-mcpplib"
|
||||||
homepage="http://mcpp.sourceforge.net/"
|
homepage="http://mcpp.sourceforge.net/"
|
||||||
license="BSD-Style"
|
license="BSD"
|
||||||
short_desc="Portable C preprocessor"
|
short_desc="Portable C preprocessor"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
checksum=3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864
|
checksum=3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864
|
||||||
|
@ -23,7 +23,9 @@ long_desc="
|
||||||
and Visual C++, on UNIX-like systems and Windows.
|
and Visual C++, on UNIX-like systems and Windows.
|
||||||
* Has various behavior modes.
|
* Has various behavior modes.
|
||||||
* Can be built either as a compiler-specific preprocessor to replace the
|
* Can be built either as a compiler-specific preprocessor to replace the
|
||||||
resident preprocessor of a particular compiler system, or as a compiler-independent command, or even as a subroutine called from some other main program.
|
resident preprocessor of a particular compiler system, or as a
|
||||||
|
compiler-independent command, or even as a subroutine called from some
|
||||||
|
other main program.
|
||||||
* Provides comprehensive documents both in Japanese and in English.
|
* Provides comprehensive documents both in Japanese and in English.
|
||||||
* Is an open source software released under BSD-style-license.
|
* Is an open source software released under BSD-style-license.
|
||||||
* It is probably number one C/C++ preprocessor now available in the world."
|
* It is probably number one C/C++ preprocessor now available in the world."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue