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

Andrea Scarpino andrea at archlinux.org
Tue Oct 6 13:26:21 UTC 2009


    Date: Tuesday, October 6, 2009 @ 09:26:21
  Author: andrea
Revision: 54160

upgpkg: sip 4.9.0-1
    upstream release

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-06 13:21:09 UTC (rev 54159)
+++ PKGBUILD	2009-10-06 13:26:21 UTC (rev 54160)
@@ -1,20 +1,22 @@
 # $Id$
-# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=sip
-pkgver=4.8.2
+pkgver=4.9.0
+_pkgver=4.9
 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>=2.6' 'gcc-libs')
-source=(http://riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7ae60712aa6b4095a8cdab11b437f8f0')
+depends=('python>=2.6.3' 'gcc-libs')
+source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('caf83cde684dbf7aeeb9c4447d54b98d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${_pkgver}
 
   python configure.py -b /usr/bin \
     -d /usr/lib/python2.6/site-packages \
@@ -23,8 +25,7 @@
 
   make || return 1
   make DESTDIR=${pkgdir} install
-  # fix permissions
-  chmod 644 ${pkgdir}/usr/lib/python2.6/site-packages/sipdistutils.py
 
-  install -m 644 -D LICENSE  ${pkgdir}/usr/share/licenses/sip/LICENSE
+  install -m 644 -D LICENSE \
+    ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
 } 




More information about the arch-commits mailing list