mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Delete old libffi recipes
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
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.11.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
CHECKSUM_MD5="f69b9693227d976835b4857b1ba7d0e3"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd libffi-3.0.11
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datarootdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libffi-3.0.11
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="1996-2012 Anthony Green, Red Hat, Inc and others."
|
||||
LICENSE="MIT"
|
||||
@@ -1,27 +0,0 @@
|
||||
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=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libffi-3.0.9
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="1996-2009 Anthony Green, Red Hat, Inc and others."
|
||||
LICENSE="MIT"
|
||||
Reference in New Issue
Block a user