summaryrefslogtreecommitdiff
path: root/preload
diff options
context:
space:
mode:
authorMark Rosenstand <mark@borkware.net>2006-10-28 23:28:31 +0200
committerMark Rosenstand <mark@borkware.net>2006-10-28 23:28:31 +0200
commit3f8c84c5f9d7b6e22807d99e38d79d05cc004fed (patch)
treeb02fa83c713a49aecc6463965ab369d6492682ea /preload
parent762061555e64807ffc97e4c873bfb040eba1e905 (diff)
downloadcontrib-3f8c84c5f9d7b6e22807d99e38d79d05cc004fed.tar.gz
contrib-3f8c84c5f9d7b6e22807d99e38d79d05cc004fed.tar.xz
preload: initial import
Diffstat (limited to 'preload')
-rw-r--r--preload/.footprint14
-rw-r--r--preload/.md5sum1
-rw-r--r--preload/Pkgfile22
3 files changed, 37 insertions, 0 deletions
diff --git a/preload/.footprint b/preload/.footprint
new file mode 100644
index 000000000..7b74fd35b
--- /dev/null
+++ b/preload/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/preload.conf
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/preload.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/preload
+drwxr-xr-x root/root var/
+drwxr-xr-x root/root var/lib/
+drwxr-xr-x root/root var/lib/preload/
+-rw-rw---- root/root var/lib/preload/preload.state (EMPTY)
+drwxr-xr-x root/root var/log/
+-rw-r--r-- root/root var/log/preload.log (EMPTY)
diff --git a/preload/.md5sum b/preload/.md5sum
new file mode 100644
index 000000000..c542bfc4d
--- /dev/null
+++ b/preload/.md5sum
@@ -0,0 +1 @@
+9c98bc97ec261925c9a40e5084c9c149 preload-0.4.tar.gz
diff --git a/preload/Pkgfile b/preload/Pkgfile
new file mode 100644
index 000000000..de5dd2653
--- /dev/null
+++ b/preload/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Adaptive readahead daemon
+# URL: http://sourceforge.net/projects/preload/
+# Maintainer: Mark Rosenstand, mark at borkware dot net
+# Depends on: glib
+
+name=preload
+version=0.4
+release=1
+source=(http://dl.sourceforge.net/sourceforge/preload/preload-$version.tar.gz)
+
+build() {
+ cd preload-$version
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ make
+ make DESTDIR=$PKG install
+
+ cd $PKG
+ rm -r etc/{rc.d,logrotate.d,sysconfig} \
+ usr/share/doc
+ rmdir usr/share
+ chmod -v 660 var/lib/preload/preload.state
+}

Generated by cgit