updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / python-sexy / PKGBUILD
blob7e98d430f2ae8e2065049fb1bdab0a987c790338
1 # $Id: $
2 # Maintainer: Allan McRae <allan@archlinux.org>
3 # Contributor: Jeff Bailes <thepizzaking@gmail.com>
4 # Contributor: William Rea <sillywilly@gmail.com>
6 pkgname=python-sexy
7 pkgver=0.1.9
8 pkgrel=4
9 pkgdesc="Python bindings for libsexy"
10 arch=('i686' 'x86_64')
11 url="http://chipx86.com/wiki/Libsexy"
12 license=('LGPL')
13 depends=('pygtk' 'libsexy')
14 options=('!libtool')
15 source=(http://releases.chipx86.com/libsexy/sexy-python/sexy-python-$pkgver.tar.gz)
16 md5sums=('313f11e98555b0e9eea28219564e5063')
19 build() {
20   cd $srcdir/sexy-python-$pkgver
21   ./configure --prefix=/usr
22   make || return 1
23   make DESTDIR=$pkgdir install || return 1