1 # Contributor: rabyte <rabyte__gmail>
6 pkgdesc="Mirrors a web site by using curl to download each page"
8 url="http://curl.haxx.se/programs/"
10 depends=('curl' 'perl')
11 source=(http://curl.haxx.se/programs/$pkgname.txt)
12 md5sums=('fefa6220401f851b486d5ab979302b5b')
17 sed -e 's|/usr/local|/usr|g' \
21 install -m755 -D $pkgname.txt $pkgdir/usr/bin/$pkgname
24 # vim:set ts=2 sw=2 et: