| 1 | DESCRIPTION="Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA" |
|---|
| 2 | HOMEPAGE="http://uncrustify.sourceforge.net" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-0.59/uncrustify-0.59.tar.gz/download" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="broken" |
|---|
| 6 | DEPEND="" |
|---|
| 7 | CHECKSUM_MD5="ebd8607286073c5234371aa35e085754" |
|---|
| 8 | BUILD { |
|---|
| 9 | cd uncrustify-0.59 |
|---|
| 10 | ./configure --prefix=`finddir B_COMMON_DIRECTORY` |
|---|
| 11 | make |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | INSTALL { |
|---|
| 15 | cd uncrustify-0.59 |
|---|
| 16 | make install |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | LICENSE="GNU GPL v2" |
|---|
| 20 | COPYRIGHT="2006-2009 Ben Gardner" |
|---|
| 21 | |
|---|