summaryrefslogtreecommitdiff
path: root/dar
diff options
context:
space:
mode:
Diffstat (limited to 'dar')
-rw-r--r--dar/.footprint55
-rw-r--r--dar/.md5sum2
-rw-r--r--dar/Pkgfile19
-rw-r--r--dar/darrc47
4 files changed, 123 insertions, 0 deletions
diff --git a/dar/.footprint b/dar/.footprint
new file mode 100644
index 000000000..0f791a546
--- /dev/null
+++ b/dar/.footprint
@@ -0,0 +1,55 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/darrc
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dar
+-rwxr-xr-x root/root usr/bin/dar_cp
+-rwxr-xr-x root/root usr/bin/dar_manager
+-rwxr-xr-x root/root usr/bin/dar_slave
+-rwxr-xr-x root/root usr/bin/dar_static
+-rwxr-xr-x root/root usr/bin/dar_xform
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/dar/
+-rw-r--r-- root/root usr/include/dar/archive.hpp
+-rw-r--r-- root/root usr/include/dar/catalogue.hpp
+-rw-r--r-- root/root usr/include/dar/compressor.hpp
+-rw-r--r-- root/root usr/include/dar/config.h
+-rw-r--r-- root/root usr/include/dar/crypto.hpp
+-rw-r--r-- root/root usr/include/dar/deci.hpp
+-rw-r--r-- root/root usr/include/dar/ea.hpp
+-rw-r--r-- root/root usr/include/dar/erreurs.hpp
+-rw-r--r-- root/root usr/include/dar/generic_file.hpp
+-rw-r--r-- root/root usr/include/dar/gettext.h
+-rw-r--r-- root/root usr/include/dar/header_version.hpp
+-rw-r--r-- root/root usr/include/dar/infinint.hpp
+-rw-r--r-- root/root usr/include/dar/int_tools.hpp
+-rw-r--r-- root/root usr/include/dar/integers.hpp
+-rw-r--r-- root/root usr/include/dar/libdar.hpp
+-rw-r--r-- root/root usr/include/dar/limitint.hpp
+-rw-r--r-- root/root usr/include/dar/mask.hpp
+-rw-r--r-- root/root usr/include/dar/my_config.h
+-rw-r--r-- root/root usr/include/dar/path.hpp
+-rw-r--r-- root/root usr/include/dar/real_infinint.hpp
+-rw-r--r-- root/root usr/include/dar/scrambler.hpp
+-rw-r--r-- root/root usr/include/dar/special_alloc.hpp
+-rw-r--r-- root/root usr/include/dar/statistics.hpp
+-rw-r--r-- root/root usr/include/dar/storage.hpp
+-rw-r--r-- root/root usr/include/dar/thread_cancellation.hpp
+-rw-r--r-- root/root usr/include/dar/tools.hpp
+-rw-r--r-- root/root usr/include/dar/tronconneuse.hpp
+-rw-r--r-- root/root usr/include/dar/tuyau.hpp
+-rw-r--r-- root/root usr/include/dar/user_interaction.hpp
+-rw-r--r-- root/root usr/include/dar/wrapperlib.hpp
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libdar.a
+-rwxr-xr-x root/root usr/lib/libdar.la
+lrwxrwxrwx root/root usr/lib/libdar.so -> libdar.so.3.0.3
+lrwxrwxrwx root/root usr/lib/libdar.so.3 -> libdar.so.3.0.3
+-rwxr-xr-x root/root usr/lib/libdar.so.3.0.3
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/dar.1.gz
+-rw-r--r-- root/root usr/man/man1/dar_cp.1.gz
+-rw-r--r-- root/root usr/man/man1/dar_manager.1.gz
+-rw-r--r-- root/root usr/man/man1/dar_slave.1.gz
+-rw-r--r-- root/root usr/man/man1/dar_xform.1.gz
diff --git a/dar/.md5sum b/dar/.md5sum
new file mode 100644
index 000000000..96f67d620
--- /dev/null
+++ b/dar/.md5sum
@@ -0,0 +1,2 @@
+4cc1befb9052783b30819102cbd505d2 dar-2.2.6.tar.gz
+786110a14cfc906ecb9bf2e5e530b7dc darrc
diff --git a/dar/Pkgfile b/dar/Pkgfile
new file mode 100644
index 000000000..9b33eeb75
--- /dev/null
+++ b/dar/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Disk ARchive - a sophisticated backup utility for Linux
+# URL: http://dar.linux.free.fr/
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: openssl, zlib
+
+name=dar
+version=2.2.6
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
+ darrc)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share
+ install -D -m 644 $SRC/darrc $PKG/etc/darrc
+}
diff --git a/dar/darrc b/dar/darrc
new file mode 100644
index 000000000..23f1345d8
--- /dev/null
+++ b/dar/darrc
@@ -0,0 +1,47 @@
+#
+# /etc/darrc
+#
+
+default:
+
+# list dar version if no command is given
+-V
+
+
+create:
+
+# files we we don't want to save
+-X "*.*.dar"
+-X "*.iso"
+
+# create empty dir for excluded directories
+-D
+
+# don't save theses directories
+-P tmp
+-P var/tmp
+-P mnt
+-P proc
+-P dev
+
+# use gzip compression
+-z
+
+# list of files to not try to compress
+-Z "*.mpg"
+-Z "*.MPG"
+-Z "*.jpg"
+-Z "*.JPG"
+-Z "*.gz"
+-Z "*.tgz"
+-Z "*.bz2"
+-Z "*.tbz"
+-Z "*.mp3"
+-Z "*.mpeg"
+-Z "*.zip"
+-Z "*.Z"
+
+# create slices of 700MB to fit on one CD-ROM
+-s 700M
+
+# End of file \ No newline at end of file

Generated by cgit