From 47dc0b202c8cf91a232f0d64a5134482ff06da3c Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 26 Sep 2010 18:41:38 +0000 Subject: [PATCH] Initial .bep file for libffi from michaelvoliveira --- dev-libs/libffi/libffi-3.0.9.bep | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-libs/libffi/libffi-3.0.9.bep diff --git a/dev-libs/libffi/libffi-3.0.9.bep b/dev-libs/libffi/libffi-3.0.9.bep new file mode 100644 index 000000000..13f509a02 --- /dev/null +++ b/dev-libs/libffi/libffi-3.0.9.bep @@ -0,0 +1,25 @@ +DESCRIPTION="a portable, high level programming interface to various calling conventions." +HOMEPAGE="http://sourceware.org/libffi" +SRC_URI="ftp://sourceware.org/pub/libffi/libffi-3.0.9.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +CHECKSUM_MD5="1f300a7a7f975d4046f51c3022fa5ff1" +DEPEND="" +BUILD { + cd libffi-3.0.9 + cp /boot/common/share/libtool/config/config.* . + libtoolize --force --copy + aclocal + automake + autoconf + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd libffi-3.0.9 + make install +} + +COPYRIGHT="1996-2009 Anthony Green, Red Hat, Inc and others." +LICENSE="MIT"