cocalores: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:08:58 +00:00
parent dfb093a0b0
commit 543cf9a7e6
3 changed files with 0 additions and 23 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cocalores
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cocalores.1.gz

View File

@ -1 +0,0 @@
b2c13489db5596acef66bb8084dc305d cocalores-1.0.tar.gz

View File

@ -1,16 +0,0 @@
# Description: Caching httpd/squid log resolver
# URL: http://cocalores.sourceforge.net/
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# 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
}