diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-03 13:49:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-04 08:19:54 +0000 |
commit | 00c6b145867f8a22835bc3cb871d3b3182d0493e (patch) | |
tree | 9db53ae5f63e8054e7ebd757ac98718991b01cc8 /testing | |
parent | 4cdc5657970f46c78f5878d796c8883aa6157ba8 (diff) | |
download | aports-00c6b145867f8a22835bc3cb871d3b3182d0493e.tar.bz2 aports-00c6b145867f8a22835bc3cb871d3b3182d0493e.tar.xz |
testing/py-sip: upgrade to 4.15.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-sip/APKBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/testing/py-sip/APKBUILD b/testing/py-sip/APKBUILD index bfc2edc123..f430438918 100644 --- a/testing/py-sip/APKBUILD +++ b/testing/py-sip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py-sip _pkgname=sip -pkgver=4.14.4 +pkgver=4.15.1 pkgrel=0 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries" url="http://www.riverbankcomputing.com/software/sip/" @@ -19,7 +19,11 @@ _builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$_builddir" python configure.py - make || return 1 + make CC="${CC:-gcc}" \ + CXX="${CXX:-g++}" \ + CFLAGS="$CFLAGS" \ + CXXFLAGS="$CXXFLAGS" \ + || return 1 } package() { @@ -28,6 +32,6 @@ package() { install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE } -md5sums="ae2d73ef43b8b0f7a9913561e9651706 sip-4.14.4.tar.gz" -sha256sums="325f5933e8bac94e04c29a800f872073f8fcd20260477dca7039f45fb4935eb3 sip-4.14.4.tar.gz" -sha512sums="e58c002c2e1e4895907230e63715931615e36d051e5f01f458c7e9ec9d872868b0ee6231b989630970924e40e321ee895f08d80bc8da289b9da7342dbc8aad59 sip-4.14.4.tar.gz" +md5sums="ec1ce361ac3618fe05359ec6f5368463 sip-4.15.1.tar.gz" +sha256sums="0e2c698d95685ec24c00c27ea05be55782b094616429a4256f63850530d676ad sip-4.15.1.tar.gz" +sha512sums="b746b35c0d138da7cc73a0f44392aabda7900eda908f8957917bf6e19f046f625ccaec533c2ff2e3f977f87a83185fad446625ddf0faccd2b0250871ea4914c7 sip-4.15.1.tar.gz" |