diff --git a/srcpkgs/swig/swig.rshlibs b/srcpkgs/swig/swig.rshlibs index fa375afbbf..f2e0efb917 100644 --- a/srcpkgs/swig/swig.rshlibs +++ b/srcpkgs/swig/swig.rshlibs @@ -1,5 +1,5 @@ libz.so.1 libc.so.6 -libpcre.so.0 +libpcre.so.1 libstdc++.so.6 libgcc_s.so.1 diff --git a/srcpkgs/swig/template b/srcpkgs/swig/template index 1bb5256638..e65597b133 100644 --- a/srcpkgs/swig/template +++ b/srcpkgs/swig/template @@ -1,14 +1,14 @@ # Template file for 'swig' pkgname=swig version=2.0.4 -distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +revision=2 build_style=gnu-configure -revision=1 -makedepends="bison pcre-devel zlib-devel" +makedepends="bison pcre-devel>=8.30 zlib-devel" short_desc="Simplified Wrapper and Interface Generator" maintainer="Juan RP " homepage="http://www.swig.org" license="GPL-3" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" checksum="763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a" long_desc=" SWIG is an interface compiler that connects programs written in C and C++ @@ -17,5 +17,3 @@ long_desc=" 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." - -