# Compiling Time: 0.1 SBU # Maintainer: Zsolt Szalai _F_perl_name=SGMLSpm _F_perl_author=DMEGG pkgver=1.1 pkgdesc="class for postprocessing the output from the sgmls and nsgmls parsers." Finclude perl makedepends+=('perl-module-build>=0.4224-2') source=(http://search.cpan.org/CPAN/authors/id/R/RA/RAAB/SGMLSpm-1.1.tar.gz) pkgrel=4 archs=('x86_64') up2date=$pkgver sha1sums=('31d4199d71d5d809f5847bac594c03348c82e2e2') options+=('force') build() { Fcd Fexec perl Build.PL || Fdie Fexec perl Build || Fdie Fexec perl Build install destdir=$Fdestdir || Fdie Fmv '/usr/lib/perl5/site_perl/*.*.*' /usr/lib/perl5/site_perl/current ## we need this for sgml compat stuff Fln /usr/bin/sgmlspl.pl /usr/bin/sgmlspl }