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

Context Navigation

  • Back to Ticket #528

Ticket #528: uncrustify-0.57.bep

File uncrustify-0.57.bep, 517 bytes (added by darkwyrm, 4 years ago)

.bep file to add to the tree

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.57/uncrustify-0.57.tar.gz/download"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="df597bf0380d2a0039023719a9fdb6c5"
8BUILD {
9        cd uncrustify-0.57
10        ./configure --prefix=`finddir B_COMMON_DIRECTORY`
11        make
12}
13
14INSTALL {
15        cd uncrustify-0.57
16        make install
17}
18
19LICENSE="GNU GPL v2"
20#COPYRIGHT=""
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/