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

Context Navigation

  • Back to Ticket #320

Ticket #320: libffi-3.0.9.bep

File libffi-3.0.9.bep, 479 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file based onto a previous portlog

Line 
1DESCRIPTION="libffi - A Portable Foreign Function Interface Library"
2HOMEPAGE="http://sourceware.org/libffi"
3SRC_URI="ftp://sourceware.org/pub/libffi/libffi-3.0.9.tar.gz"
4REVISION="1"
5STATUS_R5="untested"
6STATUS_BONE="untested"
7STATUS_HAIKU="stable"
8DEPEND=""
9BUILD {
10        cd libffi-3.0.9
11        cp /boot/common/share/libtool/config/config.* .
12        libtoolize --force --copy
13        aclocal
14        automake
15        autoconf
16        ./configure --prefix=/boot/common
17        make
18}
19
20INSTALL {
21        cd libffi-3.0.9
22        make install
23}

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/