updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / python-posix_ipc / PKGBUILD
blob4380117c5b07d3286ff637e217f5826a1e9bc8e6
1 # Contributor: Tom Wambold <tom5760@gmail.com>
2 pkgname=python-posix_ipc
3 pkgver=0.9.0
4 pkgrel=1
5 pkgdesc="Gives access to POSIX inter-process semaphores, shared memory and message queues."
6 arch=('i686' 'x86_64')
7 url="http://semanchuk.com/philip/posix_ipc/"
8 license=('BSD')
9 depends=('python')
10 source=(http://semanchuk.com/philip/posix_ipc/posix_ipc-$pkgver.tar.gz)
11 md5sums=('af93e7a59b0b89819bdd1ed5660cb55e')
13 build() {
14   cd $srcdir/posix_ipc-$pkgver
15   python setup.py install --root=$startdir/pkg
16   install -D LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE