From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/python2-sip/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 extra/python2-sip/PKGBUILD (limited to 'extra/python2-sip') diff --git a/extra/python2-sip/PKGBUILD b/extra/python2-sip/PKGBUILD new file mode 100644 index 000000000..d08638428 --- /dev/null +++ b/extra/python2-sip/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 107403 2011-01-24 17:30:04Z andrea $ +# Maintainer: Andrea Scarpino +# Contributor: Douglas Soares de Andrade +# Contributor: riai , Ben + +pkgname=python2-sip +pkgver=4.12.1 +pkgrel=1 +pkgdesc="A tool that makes it easy to create Python 2 bindings for C and C++ libraries" +arch=('i686' 'x86_64') +url="http://www.riverbankcomputing.com/software/sip/" +license=('custom:"sip"') +depends=('python2') +replaces=('sip') +source=("http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${pkgver}.tar.gz") +md5sums=('0f8e8305b14c1812191de2e0ee22fea9') + +build() { + cd "${srcdir}/sip-${pkgver}" + + python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" + make +} + +package() { + cd "${srcdir}/sip-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} -- cgit v1.2.3-54-g00ecf