Added swigh-2.0.1 build template.

This commit is contained in:
Juan RP 2010-11-09 15:45:29 +01:00
parent f005562c82
commit e9a5b23194
1 changed files with 26 additions and 0 deletions

26
srcpkgs/swig/template Normal file
View File

@ -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