[go: up one dir, main page]

File: DEPENDENCIES

package info (click to toggle)
rdup 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,996 kB
  • ctags: 185
  • sloc: ansic: 3,326; sh: 3,221; exp: 166; makefile: 64
file content (23 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 libnettle (Small crypto library)
o libarchive (Create tar/cpio/etc archive - used in rdup-tr)

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

To build:
o automake
o autoconf
o make 

To run the testsuite
o make check

DejaGNU is used for the testsuite.

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