opt/cocalores/Pkgfile

17 lines
472 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Caching httpd/squid log resolver
# URL: http://cocalores.sourceforge.net/
2006-04-13 06:29:47 +02:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 16:26:10 +01:00
# Depends on:
name=cocalores
version=1.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
install -D -m 755 $name $PKG/usr/bin/$name
install -D -m 644 $name.1 $PKG/usr/man/man1/$name.1
}