updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / autolatex / PKGBUILD
blob6071ab3834338f83fd28d4258541e2b9474f6405
1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2 pkgname=autolatex  
3 pkgver=10.3
4 pkgrel=1
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=('a9c7c3ad88a5310a246f1da88e8ee17d')
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