[arch-commits] Commit in sip (kde-unstable kde-unstable/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Jan 7 19:21:45 UTC 2010


    Date: Thursday, January 7, 2010 @ 14:21:45
  Author: andrea
Revision: 62359

needed by kdebindings

Added:
  sip/kde-unstable/
Modified:
  sip/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-01-07 17:23:51 UTC (rev 62336)
+++ kde-unstable/PKGBUILD	2010-01-07 19:21:45 UTC (rev 62359)
@@ -4,23 +4,24 @@
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=sip
-pkgver=4.9.3
+pkgver=4.1020100102
+_pkgver=4.10-snapshot-20100102
 pkgrel=1
-pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries."
-arch=(i686 x86_64)
+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://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d60ec6e87c0155df779fd8b529e80706')
+source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('a8456d56398b0daf82d64453b4996baa')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${_pkgver}
 
   python configure.py -b /usr/bin \
     -d /usr/lib/python2.6/site-packages \
     -e /usr/include/python2.6 \
-    -v /usr/share/sip
+    -v /usr/share/sip || return 1
 
   make || return 1
   make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list