summaryrefslogtreecommitdiff
path: root/community/python-sfml
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/python-sfml
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/python-sfml')
-rw-r--r--community/python-sfml/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/python-sfml/PKGBUILD b/community/python-sfml/PKGBUILD
deleted file mode 100644
index d334ded2e..000000000
--- a/community/python-sfml/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-pkgname=python-sfml
-pkgver=1.3
-pkgrel=2
-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
-
- # Copying the License file
- install -D -m644 "$srcdir/python-sfml/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}