summaryrefslogtreecommitdiff
path: root/community/pyglet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pyglet/PKGBUILD')
-rw-r--r--community/pyglet/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/pyglet/PKGBUILD b/community/pyglet/PKGBUILD
deleted file mode 100644
index 2f795c66d..000000000
--- a/community/pyglet/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
-# Contributor: Ryan Coyner <rcoyner@gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=pyglet
-pkgver=1.1.4
-pkgrel=2
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('i686' 'x86_64')
-url="http://pyglet.org/"
-license=('BSD')
-depends=('python2')
-optdepend=('avbin: provides audio&video support')
-source=(http://pyglet.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b2363642dc3832e95dc4e63a6793467f')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- python2 setup.py build
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- python2 setup.py install --root=${pkgdir}
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}