1 # Contributor: Abhishek Dasgupta <abhidg@gmail.com>
6 pkgdesc="Structured Tags datastructures"
7 url="http://stag.sourceforge.net"
8 license=("GPL" "PerlArtistic")
9 depends=('perl' 'perl-io-string')
11 options=('!emptydirs')
12 source=(http://search.cpan.org/CPAN/authors/id/C/CM/CMUNGALL/${_realname}-$pkgver.tar.gz)
15 cd "$srcdir/${_realname}-$pkgver"
16 /usr/bin/perl Makefile.PL
19 make DESTDIR="$pkgdir" install
21 /usr/bin/find "$pkgdir" -name '.packlist' -exec rm '{}' \;
22 /usr/bin/find "$pkgdir" -name 'perllocal.pod' -exec rm '{}' \;
24 md5sums=('6bfa3cf196b69180d04602e956f8b626')