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

Andrea Scarpino andrea at archlinux.org
Fri Jul 16 10:45:27 UTC 2010


    Date: Friday, July 16, 2010 @ 06:45:26
  Author: andrea
Revision: 85607

upgpkg: sip 4.10.4-1
upstream release

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-16 10:43:34 UTC (rev 85606)
+++ PKGBUILD	2010-07-16 10:45:26 UTC (rev 85607)
@@ -4,7 +4,7 @@
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=sip
-pkgver=4.10.3
+pkgver=4.10.4
 pkgrel=1
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
 arch=('i686' 'x86_64')
@@ -12,16 +12,12 @@
 license=('custom:"sip"')
 depends=('python' 'gcc-libs')
 source=("http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz")
-md5sums=('cb0922b5d12add2d36061e43be64f5ce')
+md5sums=('0d3b59e24dac8343e6135969d5c66793')
 
 build() {
   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
-
+  python configure.py
   make
 }
 
@@ -29,6 +25,5 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 LICENSE \
-    ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list