Added llvm-2.7 (clang is a subpkg) build template.
--HG-- extra : convert_revision : e2cfab9c10b455a3abd71aa5650fb0d358c61ba9
This commit is contained in:
parent
f4e0eeabfe
commit
2f835d24a3
9 changed files with 170 additions and 0 deletions
37
srcpkgs/llvm/clang-devel.template
Normal file
37
srcpkgs/llvm/clang-devel.template
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Template file for 'clang-devel'.
|
||||
#
|
||||
short_desc="LLVM C language family frontend - development files"
|
||||
long_desc="
|
||||
Clang project is a new C, C++, Objective C and Objective C++ front-end for
|
||||
the LLVM compiler. Some of its goals include the following:
|
||||
|
||||
End-User Features:
|
||||
|
||||
* Fast compiles and low memory use
|
||||
* Expressive diagnostics (examples)
|
||||
* GCC compatibility
|
||||
|
||||
Utility and Applications:
|
||||
|
||||
* Modular library based architecture
|
||||
* Support diverse clients (refactoring, static analysis, code
|
||||
generation, etc)
|
||||
* Allow tight integration with IDEs
|
||||
* Use the LLVM 'BSD' License
|
||||
|
||||
Internal Design and Implementation:
|
||||
|
||||
* A real-world, production quality compiler
|
||||
* A simple and hackable code base
|
||||
* A single unified parser for C, Objective C, C++, and Objective C++
|
||||
* Conformance with C/C++/ObjC and their variants
|
||||
|
||||
This package includes development files for the LLVM clang."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/include
|
||||
mv ${SRCPKGDESTDIR}/usr/include/clang* ${DESTDIR}/usr/include
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue