From 543cf9a7e62e3397b8612ba3a8547249cffd4067 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Wed, 18 Oct 2006 17:08:58 +0000 Subject: [PATCH] cocalores: moved to attic --- cocalores/.footprint | 6 ------ cocalores/.md5sum | 1 - cocalores/Pkgfile | 16 ---------------- 3 files changed, 23 deletions(-) delete mode 100644 cocalores/.footprint delete mode 100644 cocalores/.md5sum delete mode 100644 cocalores/Pkgfile diff --git a/cocalores/.footprint b/cocalores/.footprint deleted file mode 100644 index e78dfea18..000000000 --- a/cocalores/.footprint +++ /dev/null @@ -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 diff --git a/cocalores/.md5sum b/cocalores/.md5sum deleted file mode 100644 index 27b47814d..000000000 --- a/cocalores/.md5sum +++ /dev/null @@ -1 +0,0 @@ -b2c13489db5596acef66bb8084dc305d cocalores-1.0.tar.gz diff --git a/cocalores/Pkgfile b/cocalores/Pkgfile deleted file mode 100644 index 1ef42db5c..000000000 --- a/cocalores/Pkgfile +++ /dev/null @@ -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 -}