16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 # If applicable, add the following below this CDDL HEADER, with the
18 # fields enclosed by brackets "[]" replaced with your own identifying
19 # information: Portions Copyright [yyyy] [name of copyright owner]
20 #
21 # CDDL HEADER END
22 #
23 #
24 # Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Load support functions
28 . ../../lib/functions.sh
29
30 PROG=swig
31 VER=2.0.12
32 PKG=developer/swig
33 SUMMARY="The Simplified Wrapper and Interface Generator (swig)"
34 DESC="$SUMMARY"
35
36 BUILD_DEPENDS_IPS="runtime/perl runtime/python-26"
37
38 CONFIGURE_OPTS="--disable-ccache"
39
40 init
41 download_source $PROG $PROG $VER
42 patch_source
43 prep_build
44 build
45 make_isa_stub
46 make_package
47 clean_up
|
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 # If applicable, add the following below this CDDL HEADER, with the
18 # fields enclosed by brackets "[]" replaced with your own identifying
19 # information: Portions Copyright [yyyy] [name of copyright owner]
20 #
21 # CDDL HEADER END
22 #
23 #
24 # Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Load support functions
28 . ../../lib/functions.sh
29
30 PROG=swig
31 VER=2.0.12
32 PKG=developer/swig
33 SUMMARY="The Simplified Wrapper and Interface Generator (swig)"
34 DESC="$SUMMARY"
35
36 BUILD_DEPENDS_IPS="runtime/perl runtime/python-27"
37
38 CONFIGURE_OPTS="--disable-ccache"
39
40 init
41 download_source $PROG $PROG $VER
42 patch_source
43 prep_build
44 build
45 make_isa_stub
46 make_package
47 clean_up
|