diff --git a/srcpkgs/swig/template b/srcpkgs/swig/template new file mode 100644 index 00000000000..003e02d75d2 --- /dev/null +++ b/srcpkgs/swig/template @@ -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 " +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