1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
5 pkgdesc="Automate generation of large scale LaTeX projects."
6 url="http://tug.ctan.org/pkg/autolatex"
9 depends=('perl-locale-gettext' 'perl-config-simple' 'glib-perl' 'gtk2-perl')
10 backup=("etc/$pkgname/config")
11 install=$pkgname.install
12 source=(http://mirror.ctan.org/support/$pkgname.zip)
13 md5sums=('30a6427d0ef02edccf628e13f812c5ee')
14 options=('!emptydirs')
18 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
23 export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
24 PERL_MM_OPT="INSTALLDIRS=vendor \
25 PERL_MB_OPT="--installdirs vendor \
26 MODULEBUILDRC=/dev/null
27 perl Makefile.PL install --prefix=$pkgdir/usr
28 install -d $pkgdir/usr/share/man/{fr/man1,man1}
29 install -Dm644 $pkgdir/usr/man/fr/man1/autolatex.1.gz \
30 $pkgdir/usr/share/man/fr/man1/autolatex.1.gz
31 install -Dm644 $pkgdir/usr/man/man1/autolatex.1.gz \
32 $pkgdir/usr/share/man/man1/autolatex.1.gz