[arch-commits] CVS update of extra/lib/sip (PKGBUILD)

Travis Willard travis at archlinux.org
Wed Aug 1 02:39:32 UTC 2007


    Date: Tuesday, July 31, 2007 @ 22:39:32
  Author: travis
    Path: /home/cvs-extra/extra/lib/sip

Modified: PKGBUILD (1.19 -> 1.20)

Added license field - package still needs to be fixed to install the license itself.


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


Index: extra/lib/sip/PKGBUILD
diff -u extra/lib/sip/PKGBUILD:1.19 extra/lib/sip/PKGBUILD:1.20
--- extra/lib/sip/PKGBUILD:1.19	Sun Apr 22 10:22:08 2007
+++ extra/lib/sip/PKGBUILD	Tue Jul 31 22:39:32 2007
@@ -1,28 +1,32 @@
-# $Id: PKGBUILD,v 1.19 2007/04/22 14:22:08 tpowa Exp $
+# $Id: PKGBUILD,v 1.20 2007/08/01 02:39:32 travis Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 #Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
 
 pkgname=sip
 pkgver=4.6
 pkgrel=1
-pkgdesc="SIP is a tool that makes it easy to create Python bindings for C and C++ libraries."
+pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries."
 arch=(i686 x86_64)
 url="http://riverbankcomputing.co.uk/sip/"
+license=('custom:"sip"')
 depends=('python>=2.5')
 pkgurl="http://www.riverbankcomputing.com/Downloads/sip4"
 source=($pkgurl/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2f57b65de36e85067b3bdf5830315460')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
   python configure.py -b /usr/bin \
-  -d /usr/lib/python2.5/site-packages \
-  -e /usr/include/python2.5 \
-  -v /usr/share/sip
+    -d /usr/lib/python2.5/site-packages \
+    -e /usr/include/python2.5 \
+    -v /usr/share/sip
 
   make || return 1
   make DESTDIR=${startdir}/pkg install
   # fix permissions
   chmod 644 ${startdir}/pkg/usr/lib/python2.5/site-packages/sipdistutils.py
+
+  # TODO: Install license into /usr/share/licenses/sip
 } 
-md5sums=('2f57b65de36e85067b3bdf5830315460')
+




More information about the arch-commits mailing list