source: box/trunk/parcels.txt @ 3006

Revision 3006, 2.0 KB checked in by chris, 4 months ago (diff)

Add libgcc.dll to dependencies, required by newer cygwin gcc.

  • Property svn:eol-style set to native
Line 
1
2# this file describes which binaries and scripts go to make
3# up a parcel -- a group of files and scripts needed to perform
4# a particular task
5
6backup-client
7        bin bbackupd
8        bin bbackupquery
9        bin bbackupctl
10        script bin/bbackupd/bbackupd-config
11        noinstall script COPYING.txt
12        noinstall script LICENSE-GPL.txt
13        noinstall script LICENSE-DUAL.txt
14
15        html bbackupd
16        html bbackupquery
17        html bbackupctl
18        html bbackupd-config
19        html bbackupd.conf
20
21        subdir qdbm libqdbm.a
22
23EXCEPT:mingw32,mingw32msvc
24        man bbackupd.8
25        man bbackupquery.8
26        man bbackupctl.8
27        man bbackupd-config.8
28        man bbackupd.conf.5
29END-EXCEPT
30
31ONLY:mingw32,mingw32msvc
32        script bin/bbackupd/win32/installer.iss
33        script bin/bbackupd/win32/bbackupd.conf
34        script bin/bbackupd/win32/NotifySysAdmin.vbs
35END-ONLY
36
37ONLY:mingw32
38        script /usr/i686-pc-mingw32/sys-root/mingw/bin/libz-1.dll
39        script /usr/i686-pc-mingw32/sys-root/mingw/bin/mingwm10.dll
40        script /usr/i686-pc-mingw32/sys-root/mingw/bin/libgcc_s_dw2-1.dll
41END-ONLY
42
43ONLY:SunOS
44        script contrib/solaris/bbackupd-manifest.xml lib/svc/manifest
45        script contrib/solaris/bbackupd-smf-method   lib/svc/method
46END-ONLY
47
48ONLY:Darwin
49        script contrib/mac_osx/org.boxbackup.bbackupd.plist /Library/LaunchDaemons
50END-ONLY
51
52backup-server
53        bin bbstored
54        bin bbstoreaccounts
55        script bin/bbstored/bbstored-certs
56        script bin/bbstored/bbstored-config
57        script lib/raidfile/raidfile-config
58        noinstall script COPYING.txt
59        noinstall script LICENSE-GPL.txt
60        noinstall script LICENSE-DUAL.txt
61
62        html bbstored
63        html bbstoreaccounts
64        html bbstored-certs
65        html bbstored-config
66        html raidfile-config
67        html bbstored.conf
68        html raidfile.conf
69
70EXCEPT:mingw32,mingw32msvc
71        man bbstored.8
72        man bbstoreaccounts.8
73        man bbstored-certs.8
74        man bbstored-config.8
75        man raidfile-config.8
76        man bbstored.conf.5
77        man raidfile.conf.5
78END-EXCEPT
79
80ONLY:SunOS
81        script contrib/solaris/bbstored-manifest.xml lib/svc/manifest
82        script contrib/solaris/bbstored-smf-method   lib/svc/method
83END-ONLY
84
85ONLY:Darwin
86        script contrib/mac_osx/org.boxbackup.bbstored.plist /Library/LaunchDaemons
87END-ONLY
Note: See TracBrowser for help on using the repository browser.