1 # Maintainer: David Scholl <djscholl at gmail dot com>
5 pkgdesc="Python library for declarative building/parsing of data structures."
7 url="http://construct.wikispaces.com"
10 source=(http://downloads.sourceforge.net/pyconstruct/$pkgname-$pkgver-distro.zip LICENSE.txt )
11 md5sums=('ac374c2fdf6a9351468ad8c149584cf3' '99d0eac39cf48a9f29f833dd3db7b214')
14 install -d $pkgdir/usr/lib/python2.6/site-packages
15 cp -R $srcdir/construct $pkgdir/usr/lib/python2.6/site-packages
16 install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt