# Description: Caching httpd/squid log resolver. # URL: http://cocalores.sourceforge.net/ # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Jukka Heino, jukka dot heino at gmail dot com name=cocalores version=1.0 release=1 source=(http://dl.sourceforge.net/sourceforge/cocalores/cocalores-$version.tar.gz) build() { cd cocalores-$version install -m 0755 -D cocalores $PKG/usr/bin/cocalores install -m 0644 -D cocalores.1 $PKG/usr/man/man1/cocalores.1 }