# Maintainer: Natanael Copa pkgname=swig pkgver=2.0.3 pkgrel=0 pkgdesc="SWIG is a compiler that makes it easy to integrate C and C++ code with scripting languages" url="http://www.swig.org/" arch="all" license="custom" depends="guile" makedepends="zlib-dev pcre-dev" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" build() { cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 } package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } md5sums="e548ea3882b994c4907d6be86bef90f2 swig-2.0.3.tar.gz"