mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Add latest SWIG.
This commit is contained in:
23
dev-lang/swig/swig-2.0.2.bep
Normal file
23
dev-lang/swig/swig-2.0.2.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="Simplified Wrapper and Interface Generator"
|
||||
HOMEPAGE="http://www.swig.org/"
|
||||
SRC_URI="http://sourceforge.net/projects/swig/files/swig/swig-2.0.2/swig-2.0.2.tar.gz/download"
|
||||
CHECKSUM_MD5="eaf619a4169886923e5f828349504a29"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd swig-2.0.2
|
||||
libtoolize -fci
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd swig-2.0.2
|
||||
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)
|
||||
1995-2010 The SWIG Developers"
|
||||
Reference in New Issue
Block a user