From 76fcf268097e38ff50d8c08e6d22a0913496ca6a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 8 Jul 2018 17:56:43 -0500 Subject: user/swig: pull in, fix, and FINALLY PASS TEST SUITE --- user/swig/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 user/swig/APKBUILD (limited to 'user/swig') diff --git a/user/swig/APKBUILD b/user/swig/APKBUILD new file mode 100644 index 000000000..d0be1a058 --- /dev/null +++ b/user/swig/APKBUILD @@ -0,0 +1,38 @@ +# Maintainer: +pkgname=swig +pkgver=3.0.12 +pkgrel=3 +pkgdesc="Tool for integrating C and C++ code with other languages" +url="http://www.swig.org/" +arch="all" +license="GPL-3.0 BSD" +depends="guile" +makedepends="zlib-dev pcre-dev" +checkdepends="boost-dev perl-dev python3-dev diffutils" +subpackages="$pkgname-doc" +source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --with-python3 \ + --without-python + make +} + +check() { + cd "$builddir" + env PERL5LIB=. PY3=YES make check +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install + install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -D -m644 LICENSE-UNIVERSITIES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE-UNIVERSITIES +} + +sha512sums="5eaa2e06d8e4197fd02194051db1e518325dbb074a4c55a91099ad9c55193874f577764afc9029409a41bd520a95154095f26e33ef5add5c102bb2c1d98d33eb swig-3.0.12.tar.gz" -- cgit v1.2.3-70-g09d2