HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #528

Ticket #528: uncrustify-0.59.bep

File uncrustify-0.59.bep, 537 bytes (added by scottmc, 3 years ago)

version 0.59, but it fails to build with gcc2

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

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/