1 # Contributor: Andreas B. Wagner <AndreasBWagner@pointfree.net>
2 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3 # Contributor: kerick <kerick@shiftedbit.net>
4 # Contributor: stefan minus husmann at t minus online dot de
5 # Contributor: John Gerritse <reaphsharc@gmail.com>
9 pkgdesc="An application that automatically generates Images, XML, HTML or Dia files"
11 url="http://search.cpan.org/dist/Autodia/"
12 license=('GPL' 'PerlArtistic')
13 depends=('perl-xml-simple' 'perl-template-toolkit')
14 optdepends=('perl-inline-java: for Java support')
15 options=('!emptydirs')
16 source=("http://search.cpan.org/CPAN/authors/id/T/TE/TEEJAY/Autodia-${pkgver}.tar.gz")
19 cd "${srcdir}/Autodia-${pkgver}"
20 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
22 make DESTDIR=${pkgdir} install || return 1
25 md5sums=('e5aad963bba572c4eb6659590f86b915')