Added swigh-2.0.1 build template.
This commit is contained in:
parent
f005562c82
commit
e9a5b23194
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'swig'
|
||||
pkgname=swig
|
||||
version=2.0.1
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Simplified Wrapper and Interface Generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=6d2072d2fbc2031d47a1a28a8c60d409ccec3f9447a5ae0a47e286c15357fe37
|
||||
long_desc="
|
||||
SWIG is an interface compiler that connects programs written in C and C++
|
||||
with scripting languages such as Perl, Python, Ruby, and Tcl. It works by
|
||||
taking the declarations found in C/C++ header files and using them to
|
||||
generate the wrapper code that scripting languages need to access the
|
||||
underlying C/C++ code. In addition, SWIG provides a variety of customization
|
||||
features that let you tailor the wrapping process to suit your application."
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run pcre
|
||||
Add_dependency run zlib
|
||||
|
||||
Add_dependency build bison
|
||||
Add_dependency build gettext
|
||||
Add_dependency build pcre-devel
|
||||
Add_dependency build zlib-devel
|
Loading…
Reference in New Issue