updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / autolatex / PKGBUILD
blob285be025eb5ea499012f663c67207262c3359dfe
1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2 pkgname=autolatex  
3 pkgver=10.2
4 pkgrel=2
5 pkgdesc="Automate generation of large scale LaTeX projects."
6 url="http://tug.ctan.org/pkg/autolatex"
7 arch=('any')
8 license=('GPL')
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')
16 build() {
17   cd $srcdir/$pkgname
18   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
19   make 
21 package() {
22   cd $srcdir/$pkgname
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
33   rm -r $pkgdir/usr/man