[arch-commits] Commit in sip (4 files)
Pierre Schmitz
pierre at archlinux.org
Wed Jun 3 21:06:58 UTC 2009
Date: Wednesday, June 3, 2009 @ 17:06:58
Author: pierre
Revision: 41378
archrelease: new repo kde-unstable-x86_64
Added:
sip/kde-unstable/
sip/repos/kde-unstable-x86_64/
Modified:
sip/kde-unstable/PKGBUILD
Deleted:
sip/kde-unstable/ChangeLog
-----------+
ChangeLog | 17 -----------------
PKGBUILD | 17 +++++++++--------
2 files changed, 9 insertions(+), 25 deletions(-)
Deleted: kde-unstable/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-06-03 21:00:37 UTC (rev 41377)
+++ kde-unstable/ChangeLog 2009-06-03 21:06:58 UTC (rev 41378)
@@ -1,17 +0,0 @@
-
-2008-11-22 Douglas Soares de Andrade <douglas at archlinux.org>
-
- * Updating for i686: 4.7.9
-
-2008-10-06 Douglas Soares de Andrade <douglas at archlinux.org>
-
- * Updating source_urls
-
-2008-08-09 Douglas Soares de Andrade <douglas at archlinux.org>
-
- * Updated for i686: 4.7.7
-
-2008-07-06 Douglas Soares de Andrade <douglas at archlinux.org>
-
- * Updated for i686: 4.7.6
-
Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-06-03 21:00:37 UTC (rev 41377)
+++ kde-unstable/PKGBUILD 2009-06-03 21:06:58 UTC (rev 41378)
@@ -3,17 +3,19 @@
# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
pkgname=sip
-pkgver=4.7.9
+pkgver=4.8.20090603
+_pkgver=4.8-snapshot-20090603
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')
-source=(http://riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz)
+depends=('python>=2.6' 'gcc-libs')
+source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
+md5sums=('bc0502ab128eafd5f633a457bc693f23')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${_pkgver}
python configure.py -b /usr/bin \
-d /usr/lib/python2.6/site-packages \
@@ -21,10 +23,9 @@
-v /usr/share/sip
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install
# fix permissions
- chmod 644 ${startdir}/pkg/usr/lib/python2.6/site-packages/sipdistutils.py
+ chmod 644 ${pkgdir}/usr/lib/python2.6/site-packages/sipdistutils.py
- install -m 644 -D LICENSE ${startdir}/pkg/usr/share/licenses/sip/LICENSE
+ install -m 644 -D LICENSE ${pkgdir}/usr/share/licenses/sip/LICENSE
}
-md5sums=('597d7ff7edb42a18421c806ffd18a136')
More information about the arch-commits
mailing list