mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
25 lines
628 B
Plaintext
25 lines
628 B
Plaintext
DESCRIPTION="Simplified Wrapper and Interface Generator"
|
|
HOMEPAGE="http://www.swig.org/"
|
|
SRC_URI="http://sourceforge.net/projects/swig/files/swig/swig-1.3.40/swig-1.3.40.tar.gz/download"
|
|
CHECKSUM_MD5="2df766c9e03e02811b1ab4bba1c7b9cc"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd swig-1.3.40
|
|
libtoolize -fci
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd swig-1.3.40
|
|
make install
|
|
}
|
|
LICENSE="SWIG"
|
|
COPYRIGHT="1995-1998 University of Utah and the Regents of the University of California
|
|
1998-2005 University of Chicago
|
|
2005-2006 Arizona Board of Regents (University of Arizona)"
|