updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python-distpnd / PKGBUILD
blob447e1859c85d721424bb232f5c5baeedfe0b2986
1 # Maintainer: Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>
2 pkgname=python-distpnd
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="distutils commands to create PND files for the Pandora handheld."
6 arch=('any')
7 url="https://github.com/Tempel/distPND"
8 license=('MIT')
9 depends=('python2')
10 makedepends=()
11 optdepends=('squashfs-tools: build standard compressed PNDs' 
12             'cdrkit: build iso file PNDs')
13 provides=()
14 conflicts=('python-distpnd-git')
15 replaces=()
16 backup=()
17 options=(!emptydirs)
18 install=
19 source=(https://github.com/Tempel/distPND/zipball/v0.1)
20 md5sums=('ced43ba5e2ada0a1696e28330e2842ca')
22 _zipballdir=Tempel-distPND-d270c38
24 package() {
25   cd "$srcdir/$_zipballdir"
27   python2 setup.py install --root=$pkgdir/ --optimize=1
29   install -D -m644 "$srcdir/$_zipballdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32 # vim:set ts=2 sw=2 et: