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

Andrea Scarpino andrea at archlinux.org
Tue Jan 18 22:09:34 UTC 2011


    Date: Tuesday, January 18, 2011 @ 17:09:34
  Author: andrea
Revision: 106742

fix description and make/dependence

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-18 22:04:54 UTC (rev 106741)
+++ PKGBUILD	2011-01-18 22:09:34 UTC (rev 106742)
@@ -5,11 +5,10 @@
 pkgname=('sip' 'python-sip')
 pkgver=4.12
 pkgrel=3
-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"')
-makedepends=('python' 'gcc-libs')
+makedepends=('python')
 source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz")
 md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
 
@@ -21,15 +20,16 @@
 }
 
 package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
-  
+  pkgdesc="Sip bindings common files"
+  depends=('glibc')
+
   cd ${srcdir}/${pkgbase}-${pkgver}
   install -Dm755 sipgen/sip ${pkgdir}/usr/bin/sip
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python-sip() {
-  pkgdesc="Python 3 bindings for sip"
+  pkgdesc="A tool that makes it easy to create Python 3 bindings for C and C++ libraries"
   depends=('sip' 'python')
 
   cd ${srcdir}/${pkgbase}-${pkgver}




More information about the arch-commits mailing list