[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at archlinux.org
Tue Jan 11 01:51:12 UTC 2011


    Date: Monday, January 10, 2011 @ 20:51:12
  Author: andrea
Revision: 105723

add python3 support to sip

Added:
  python-sip/
  python-sip/repos/
  python-sip/trunk/
  python-sip/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: python-sip/trunk/PKGBUILD
===================================================================
--- python-sip/trunk/PKGBUILD	                        (rev 0)
+++ python-sip/trunk/PKGBUILD	2011-01-11 01:51:12 UTC (rev 105723)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=python-sip
+pkgver=4.12
+pkgrel=1
+pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.com/software/sip/"
+license=('custom:"sip"')
+depends=('python' 'gcc-libs')
+source=("http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${pkgver}.tar.gz")
+md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
+
+build() {
+  cd ${srcdir}/sip-${pkgver}
+
+  python configure.py
+  make
+}
+
+package() {
+  cd ${srcdir}/sip-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: python-sip/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list