1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Your Name <youremail@domain.com>
7 pkgname=perl-libtemplate-clickable
10 pkgdesc="Template::Plugin::Clickable - Make URLs clickable in HTML"
12 url="http://packages.qa.debian.org/libt/libtemplate-plugin-clickable-perl.html"
14 depends=('perl-template-toolkit' 'perl-universal-require' 'perl-uri-find')
20 source=("http://www.cpan.org/modules/by-authors/id/M/MI/MIYAGAWA/Template-Plugin-Clickable-$pkgver.tar.gz")
22 md5sums=('6c6bc71bec639aa3c90de9b0cd6b5cf4')
25 cd $startdir/src/Template-Plugin-Clickable-$pkgver
26 /usr/bin/perl Makefile.PL
28 make DESTDIR=$startdir/pkg install