swig: rebuild against libpcre-8.30.

This commit is contained in:
Juan RP 2012-07-07 13:41:11 +02:00
parent 6a481c86e4
commit e6f216cf5e
2 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,5 @@
libz.so.1 libz.so.1
libc.so.6 libc.so.6
libpcre.so.0 libpcre.so.1
libstdc++.so.6 libstdc++.so.6
libgcc_s.so.1 libgcc_s.so.1

View file

@ -1,14 +1,14 @@
# Template file for 'swig' # Template file for 'swig'
pkgname=swig pkgname=swig
version=2.0.4 version=2.0.4
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" revision=2
build_style=gnu-configure build_style=gnu-configure
revision=1 makedepends="bison pcre-devel>=8.30 zlib-devel"
makedepends="bison pcre-devel zlib-devel"
short_desc="Simplified Wrapper and Interface Generator" short_desc="Simplified Wrapper and Interface Generator"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.swig.org" homepage="http://www.swig.org"
license="GPL-3" license="GPL-3"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum="763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a" checksum="763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a"
long_desc=" long_desc="
SWIG is an interface compiler that connects programs written in C and C++ 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 generate the wrapper code that scripting languages need to access the
underlying C/C++ code. In addition, SWIG provides a variety of customization underlying C/C++ code. In addition, SWIG provides a variety of customization
features that let you tailor the wrapping process to suit your application." features that let you tailor the wrapping process to suit your application."