1 # Contributor: Matěj Týč <bubla@users.sourceforge.net>
6 pkgdesc="ROBODoc can be used to document functions, methods, classes, variables, makefile entries, system tests, and anything else you can think of in C, C++, Fortran, Perl, shell scripts, Assembler, ... And in any other language that supports remarks"
8 url="http://www.xs4all.nl/~rfsber/Robo/robodoc.html"
14 source=(http://www.xs4all.nl/~rfsber/Robo/DistSource/robodoc-4.99.36.tar.gz)
16 md5sums=('981e5c5019f4aa22fddbf57cd05e57bd')
19 cd "$srcdir/$pkgname-$pkgver"
20 ./configure --prefix=/usr
22 make DESTDIR=$pkgdir install || return 1
23 # robodoc has been using the example file by default, which is unacceptable
24 mv $pkgdir/usr/share/doc/robodoc/robodoc.rc $pkgdir/usr/share/doc/robodoc/robodoc.rc.example