updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / pythfilter / PKGBUILD
blob3ff5d0190286356bf2b751408e8554447036b1a0
1 # Contributor: gustavo chain <g@0xff.cl>
3 pkgname="pythfilter"
4 pkgver=1.5.5
5 pkgrel=1
6 license="GPL"
7 arch=('i686' 'x86_64')
8 pkgdesc="Doxygen filter which can be used to document Python source code."
9 depends=('python' 'doxygen')
10 source=(http://i31www.ira.uka.de/~baas/pydoxy/pythfilter.py)
11 url="http://i31www.ira.uka.de/~baas/pydoxy/"
12 md5sums=('d7ed8012ab758e7821ae74b38cb8d261')
14 build() {
15         cd $startdir/src/
16         install -D -m755 pythfilter.py ${startdir}/pkg/usr/bin/pythfilter.py