[go: up one dir, main page]

File: DEPENDENCIES

package info (click to toggle)
rdup 1.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,324 kB
  • sloc: ansic: 3,840; sh: 3,361; exp: 271; makefile: 78; ruby: 36; perl: 4
file content (24 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
rdup is a small program, which depends on a number of a other programs
and tools to make it all work. The dependencies are listed here:

Mandatory:
o libglib (core C gtk library)
o libpcre (Perl regular expressions)
o libssl  (OpenSSL)
o libarchive (Create tar/cpio/etc archive - used in rdup-tr)

If libarchive is not found rdup-tr is not built.

To build from git:
autoconf && ./configure && make && make install

from tar.bz2:
./configure && make && make install

To run the testsuite:
make check

DejaGNU is used for the testsuite.

Some small shell scripts are included in the sh/ directory
they depend on bash, GNU date and GNU cp.