Ticket #320: libffi-3.0.9.bep
| File libffi-3.0.9.bep, 479 bytes (added by michaelvoliveira, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | DESCRIPTION="libffi - A Portable Foreign Function Interface Library" |
| 2 | HOMEPAGE="http://sourceware.org/libffi" |
| 3 | SRC_URI="ftp://sourceware.org/pub/libffi/libffi-3.0.9.tar.gz" |
| 4 | REVISION="1" |
| 5 | STATUS_R5="untested" |
| 6 | STATUS_BONE="untested" |
| 7 | STATUS_HAIKU="stable" |
| 8 | DEPEND="" |
| 9 | BUILD { |
| 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 | |
| 20 | INSTALL { |
| 21 | cd libffi-3.0.9 |
| 22 | make install |
| 23 | } |
