From e9a5b23194c16af2866fd834eda4f0c7a1632032 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 9 Nov 2010 15:45:29 +0100 Subject: [PATCH] Added swigh-2.0.1 build template. --- srcpkgs/swig/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/swig/template 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