2 # Maintainer: Allan McRae <allan@archlinux.org>
3 # Contributor: Jeff Bailes <thepizzaking@gmail.com>
4 # Contributor: William Rea <sillywilly@gmail.com>
9 pkgdesc="Python bindings for libsexy"
10 arch=('i686' 'x86_64')
11 url="http://chipx86.com/wiki/Libsexy"
13 depends=('pygtk' 'libsexy')
15 source=(http://releases.chipx86.com/libsexy/sexy-python/sexy-python-$pkgver.tar.gz)
16 md5sums=('313f11e98555b0e9eea28219564e5063')
20 cd $srcdir/sexy-python-$pkgver
21 ./configure --prefix=/usr
23 make DESTDIR=$pkgdir install || return 1