[arch-commits] Commit in python-sfml/repos (4 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Mar 18 05:42:27 UTC 2014


    Date: Tuesday, March 18, 2014 @ 06:42:27
  Author: svenstaro
Revision: 107580

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  python-sfml/repos/community-staging-i686/
  python-sfml/repos/community-staging-i686/PKGBUILD
    (from rev 107579, python-sfml/trunk/PKGBUILD)
  python-sfml/repos/community-staging-x86_64/
  python-sfml/repos/community-staging-x86_64/PKGBUILD
    (from rev 107579, python-sfml/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: python-sfml/repos/community-staging-i686/PKGBUILD (from rev 107579, python-sfml/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-18 05:42:27 UTC (rev 107580)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=python-sfml
+pkgver=1.3
+pkgrel=4
+pkgdesc="The unofficial Python binding for SFML"
+arch=('i686' 'x86_64')
+url="http://python-sfml.org"
+license=('LGPL')
+depends=('sfml' 'python')
+makedepends=('cython' 'git')
+source=("git://github.com/Sonkun/python-sfml.git#tag=v${pkgver}")
+md5sums=("SKIP") 
+
+build() {
+	cd "$srcdir"/python-sfml
+
+	python setup.py build_ext
+}
+
+package() {
+	cd "$srcdir"/python-sfml
+
+	python setup.py install --root="${pkgdir}" --prefix=/usr
+
+	# Copy the license file
+	install -D -m644 "$srcdir/python-sfml/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: python-sfml/repos/community-staging-x86_64/PKGBUILD (from rev 107579, python-sfml/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-18 05:42:27 UTC (rev 107580)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=python-sfml
+pkgver=1.3
+pkgrel=4
+pkgdesc="The unofficial Python binding for SFML"
+arch=('i686' 'x86_64')
+url="http://python-sfml.org"
+license=('LGPL')
+depends=('sfml' 'python')
+makedepends=('cython' 'git')
+source=("git://github.com/Sonkun/python-sfml.git#tag=v${pkgver}")
+md5sums=("SKIP") 
+
+build() {
+	cd "$srcdir"/python-sfml
+
+	python setup.py build_ext
+}
+
+package() {
+	cd "$srcdir"/python-sfml
+
+	python setup.py install --root="${pkgdir}" --prefix=/usr
+
+	# Copy the license file
+	install -D -m644 "$srcdir/python-sfml/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list