4 pkgdesc="Perl script to download and search a local copy of packetstormsecurity.net's yearly and monthly exploit archives"
7 url="http://www.packetstormsecurity.net/"
8 depends=('perl' 'perl-libwww' 'perl-ansicolor' 'grep' 'tar')
9 source=('packetstorm.pl')
10 md5sums=('8da67e78965287d3f0515448e3e7bacb')
11 sha1sums=('f21f3a93dc23e7115117391224eba23c13efaaff')
14 mkdir -p ${pkgdir}/usr/bin
15 mkdir -p ${pkgdir}/opt/packetstorm
17 cp ${srcdir}/packetstorm.pl ${pkgdir}/usr/bin/packetstorm
19 chmod -R 755 ${pkgdir}/