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

Context Navigation

  • Back to Ticket #627

Ticket #627: udis86-1.7.bep

File udis86-1.7.bep, 628 bytes (added by munchausen, 3 years ago)
Line 
1DESCRIPTION="udis86- Disassembler Library for x86 and x86-64"
2HOMEPAGE="http://udis86.sourceforge.net/"
3SRC_URI="http://downloads.sourceforge.net/project/udis86/udis86/1.7/udis86-1.7.tar.gz"
4CHECKSUM_MD5="e279108e10f774e6c3af83caa18f5dc3"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND=""
8BUILD {
9                cd udis86-1.7
10                libtoolize -fci
11                touch NEWS
12                touch AUTHORS
13                touch COPYING
14                touch ChangeLog
15                autoreconf
16                ./configure --enable-shared --prefix=$(finddir B_COMMON_DIRECTORY)
17                make
18}
19
20INSTALL {
21                cd udis86-1.7
22                make install
23}
24LICENSE="BSD (2-clause)"
25COPYRIGHT="2002, 2003, 2004 Vivek Mohan <vivek@sig9.com>, all rights reserved"

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/