| 1 | DESCRIPTION="clang: a C language family frontend for LLVM - a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler." |
|---|
| 2 | HOMEPAGE="http://www.llvm.org/" |
|---|
| 3 | SRC_URI="http://llvm.org/releases/2.8/llvm-2.8.tgz" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="untested" |
|---|
| 6 | DEPEND="" |
|---|
| 7 | CHECKSUM_MD5="220d361b4d17051ff4bb21c64abe05ba" |
|---|
| 8 | BUILD { |
|---|
| 9 | cd llvm-2.8 |
|---|
| 10 | ./configure --enable-optimized --prefix=`finddir B_COMMON_DIRECTORY` |
|---|
| 11 | make |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | INSTALL { |
|---|
| 15 | cd llvm-2.8 |
|---|
| 16 | make install |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | LICENSE="University of Illinois/NCSA Open Source License" |
|---|
| 20 | COPYRIGHT="2003-2010 University of Illinois at Urbana-Champaign" |
|---|