updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / python-scw / PKGBUILD
blobc0319f4779ae9a4434d541df169e66a3ef9fe605
1 # Maintainer: William Rea <sillywilly@gmail.com>
2 pkgname=python-scw
3 pkgver=0.4.0
4 pkgrel=1
5 pkgdesc="Python bindings for scw"
6 url="http://iki.fi/zuh/scw"
7 options=('NOLIBTOOL')
8 license="LGPL"
9 depends=('pygtk' 'scw')
10 source=(http://iki.fi/zuh/scw/$pkgname-$pkgver.tar.gz)
11 md5sums=('0adb33723dda28e9cc7ac7f053bae343')
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install