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

Context Navigation

  • Back to Ticket #534

Ticket #534: gdb-7.2.bep

File gdb-7.2.bep, 474 bytes (added by korli, 4 years ago)

bep file

Line 
1DESCRIPTION="gdb - A source debugger"
2HOMEPAGE="http://www.gnu.org/software/gdb/gdb.html"
3SRC_URI="http://ftp.gnu.org/gnu/gdb/gdb-7.2.tar.bz2"
4CHECKSUM_MD5="64260e6c56979ee750a01055f16091a5"
5REVISION="1"
6STATUS_HAIKU="unstable"
7DEPEND=""
8BUILD {
9        cd gdb-7.2
10        ./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-nls
11        make LDFLAGS=-ldebug
12}
13
14INSTALL {
15        cd gdb-7.2
16        make install
17        make check
18}
19LICENSE="GNU GPL v3"
20COPYRIGHT="1992-2010 Free Software Foundation, Inc."

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/