[arch-commits] Commit in python-pybox2d/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Wed Sep 18 14:01:51 UTC 2013
Date: Wednesday, September 18, 2013 @ 16:01:50
Author: arodseth
Revision: 97342
Adopted
Modified:
python-pybox2d/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-18 12:13:34 UTC (rev 97341)
+++ PKGBUILD 2013-09-18 14:01:50 UTC (rev 97342)
@@ -1,9 +1,12 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
pkgname=python-pybox2d
pkgver=370
pkgrel=1
-pkgdesc="Python wrapper for Box2D"
-arch=('i686' 'x86_64')
+pkgdesc='Python wrapper for Box2D'
+arch=('x86_64' 'i686')
url="http://code.google.com/p/pybox2d"
license=('GPL')
depends=('python' 'swig')
@@ -12,14 +15,15 @@
md5sums=('SKIP')
build() {
- cd ${srcdir}/trunk
+ cd trunk
python setup.py build
}
package() {
- cd ${srcdir}/trunk
+ cd trunk
- python setup.py install --root=${pkgdir}
+ python setup.py install --root="$pkgdir"
}
+
# vim: sw=2 ts=2 et:
Property changes on: python-pybox2d/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list