# Compiling Time: 0.1 SBU # Maintainer: Zsolt Szalai _F_perl_name=SGMLSpm _F_perl_author=DMEGG pkgver=1.03ii pkgdesc="class for postprocessing the output from the sgmls and nsgmls parsers." Finclude perl source=(http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-$pkgver.tar.gz) pkgrel=2 archs=('i686' 'x86_64' 'arm') up2date="$pkgver" sha1sums=('1ff07104fd70a1d1bf05f3523b94413049c1fc95') build() { Fcd $_F_perl_name Fsed 'PERL5DIR = .*' 'PERL5DIR = $(DESTDIR)/usr/lib/perl5/site_perl/current/' Makefile Fsed 'BINDIR = .*' 'BINDIR = $(DESTDIR)/usr/bin' Makefile Fmkdir usr/lib/perl5/site_perl/current/SGMLS usr/bin Fmakeinstall }