1 # Maintainer Max Roder <maxroder@web.de>
2 # Contributor: nofxx <x@nofxx.com>
7 pkgdesc='Collection of scripts to test for buffer overflows, format string vulnerabilities.'
9 url="http://www.aldeid.com/wiki/Bed"
12 source=("http://www.codito.de/archive/${pkgname}-${pkgver}.tar.bz2")
13 sha256sums=('dd363fb196fe2493825905975413e62843997b39070a6796b549e47824ba0e03')
16 cd ${srcdir}/${pkgname}
18 install -Dm755 bed.pl ${pkgdir}/usr/share/${pkgname}/bed.pl
19 install -d ${pkgdir}/usr/bin
21 cp -a bedmod/ docs/ ${pkgdir}/usr/share/${pkgname}/
24 echo '#!/bin/sh' >> ${pkgdir}/usr/bin/${pkgname}
25 echo 'cd /usr/share/bed/; ./bed.pl $*' >> ${pkgdir}/usr/bin/${pkgname}
26 chmod +x ${pkgdir}/usr/bin/${pkgname}
29 # vim:set ts=2 sw=2 et: