void-packages/srcpkgs/swig/template
2010-12-11 01:22:28 +01:00

28 lines
1 KiB
Plaintext

# Template file for 'swig'
pkgname=swig
version=2.0.1
revision=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 libpcre
Add_dependency run zlib
Add_dependency build bison
Add_dependency build gettext
Add_dependency build pcre-devel
Add_dependency build zlib-devel