pyglet is just awesome!
Although it is alpha, documentation is just amazing!!
Archlinux PKGBUILD (dependency might be wrong):
pkgname=pyglet
pkgver=1.0alpha2
pkgrel=1
pkgdesc="pyglet: a cross-platform windowing and multimedia library for Python."
url="http://www.pyglet.org/index.html"
depends=('avbin' 'python' 'gdk-pixbuf' 'gstreamer0.10' 'openal')
source=(http://pyglet.googlecode.com/files/$pkgname-$pkgver.tar.gz)
arch=('i686')
license=('LGPL')
md5sums=('3009386628db389292036869ad9b91ad')
build() {
cd $startdir/src/$pkgname-$pkgver
python setup.py install --root=$startdir/pkg
}
Probably I'll use this instead of
pygame.
[pyglet](http://www.pyglet.org/) is just awesome!
Although it is alpha, documentation is just amazing!!
Archlinux PKGBUILD (dependency might be wrong):
pkgname=pyglet
pkgver=1.0alpha2
pkgrel=1
pkgdesc="pyglet: a cross-platform windowing and multimedia library for Python."
url="http://www.pyglet.org/index.html"
depends=('avbin' 'python' 'gdk-pixbuf' 'gstreamer0.10' 'openal')
source=(http://pyglet.googlecode.com/files/$pkgname-$pkgver.tar.gz)
arch=('i686')
license=('LGPL')
md5sums=('3009386628db389292036869ad9b91ad')
build() {
cd $startdir/src/$pkgname-$pkgver
python setup.py install --root=$startdir/pkg
}
Probably I'll use this instead of [pygame](http://pygame.org/).
No comments:
Post a Comment