Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / depot / dejagnu.psf
blobf75125d3851357ba0667a4fbbc8e1fe4c05c2f19
1 # PSF file for DejaGnu
4 # Useful Commands:
6 # swpackage -p -vv -s /depot/psf_files/xxx.psf -d /depot/s700_contrib
7 # swmodify -p -d -vv -s /depot/psf_files/xxx.psf xxx @ /depot/s700_contrib
8 # swremove -p -v -d xxx,r=yyy @ /depot/s700_contrib
9 # swinstall -p -v -s /depot/s700_contrib xxx
12 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
14 # This section is optional -- delete it if you don't want it.
16 vendor
17         tag GNU
18         title "DejaGnu"
19         description "A regression testing framework"
20 end
22 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
24 product
25         tag dejagnu
26         title "dejagnu"
27         description "dejagnu"
28         revision 1.4.3
29         #
30         architecture S700/S800_HPUX_11
31         machine_type 9000/[78]*
32         swcopy  os_name HP-UX
33         os_release ?.11.*
34         os_version *
35         #
36         fileset
37                 tag exec
38                 title "dejagnu executables"
39                 revision 1.4.3
41 #               postinstall dejagnu.postinstall
42 #               postremove dejagnu.postremove
44                 directory /opt/dejagnu/bin=/opt/dejagnu/bin
45                 file_permissions -u 222 -g bin -o bin
46                 file *
47         end
48         #
49         fileset
50                 tag library
51                 title "dejagnu library"
52                 revision 1.4.3
54                 directory /opt/dejagnu/share=/opt/dejagnu/share
55                 file_permissions -u 222 -g bin -o bin
56                 file *
57         end
58         #
59         fileset
60                 tag manpages
61                 title "dejagnu manpages"
62                 revision 1.4.3
64                 directory /opt/dejagnu/man=/opt/dejagnu/man
65                 file_permissions -u 222 -g bin -o bin
66                 file *
67         end
68         fileset
69                 tag includes
70                 title "dejagnu includes"
71                 revision 1.4.3
73                 directory /opt/dejagnu/include=/opt/dejagnu/include
74                 file_permissions -u 222 -g bin -o bin
75                 file *
76         end
77 end