mcpp: license BSD, wrap long lines, no need to use vmkdir with vmove, etc.

This commit is contained in:
Juan RP 2011-11-01 05:49:16 +01:00
parent c582992b33
commit edefc6a8bc
3 changed files with 4 additions and 5 deletions

View File

@ -10,6 +10,5 @@ Add_dependency run mcpp
do_install()
{
vmkdir usr/lib
vmove "usr/lib/*.so*" usr/lib
}

View File

@ -10,8 +10,6 @@ Add_dependency run mcpp
do_install()
{
vmkdir usr/lib
vmkdir usr/include
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
}

View File

@ -5,7 +5,7 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
configure_args="--enable-mcpplib"
homepage="http://mcpp.sourceforge.net/"
license="BSD-Style"
license="BSD"
short_desc="Portable C preprocessor"
maintainer="davehome <davehome@redthumb.info.tm>"
checksum=3b9b4421888519876c4fc68ade324a3bbd81ceeb7092ecdbbc2055099fcb8864
@ -23,7 +23,9 @@ long_desc="
and Visual C++, on UNIX-like systems and Windows.
* Has various behavior modes.
* 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.
* Is an open source software released under BSD-style-license.
* It is probably number one C/C++ preprocessor now available in the world."