aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2002-09-04 03:19:05 +0000
committerRob Savoye <rob@welcomehome.org>2002-09-04 03:19:05 +0000
commit8c8460721384336c5acd7fb2a96048bc5abe2d98 (patch)
tree40aac532ebed70d0c068ab7ac69850d3d554adb1
parent80a67d332986c535c5495395ccd2570f9ab01405 (diff)
New HPUX packaging support.
-rw-r--r--depot/dejagnu.psf79
1 files changed, 79 insertions, 0 deletions
diff --git a/depot/dejagnu.psf b/depot/dejagnu.psf
new file mode 100644
index 0000000..f75125d
--- /dev/null
+++ b/depot/dejagnu.psf
@@ -0,0 +1,79 @@
+# PSF file for DejaGnu
+#
+#
+# Useful Commands:
+#
+# swpackage -p -vv -s /depot/psf_files/xxx.psf -d /depot/s700_contrib
+# swmodify -p -d -vv -s /depot/psf_files/xxx.psf xxx @ /depot/s700_contrib
+# swremove -p -v -d xxx,r=yyy @ /depot/s700_contrib
+# swinstall -p -v -s /depot/s700_contrib xxx
+#
+#
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+#
+# This section is optional -- delete it if you don't want it.
+#
+vendor
+ tag GNU
+ title "DejaGnu"
+ description "A regression testing framework"
+end
+#
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+#
+product
+ tag dejagnu
+ title "dejagnu"
+ description "dejagnu"
+ revision 1.4.3
+ #
+ architecture S700/S800_HPUX_11
+ machine_type 9000/[78]*
+ swcopy os_name HP-UX
+ os_release ?.11.*
+ os_version *
+ #
+ fileset
+ tag exec
+ title "dejagnu executables"
+ revision 1.4.3
+
+# postinstall dejagnu.postinstall
+# postremove dejagnu.postremove
+
+ directory /opt/dejagnu/bin=/opt/dejagnu/bin
+ file_permissions -u 222 -g bin -o bin
+ file *
+ end
+ #
+ fileset
+ tag library
+ title "dejagnu library"
+ revision 1.4.3
+
+ directory /opt/dejagnu/share=/opt/dejagnu/share
+ file_permissions -u 222 -g bin -o bin
+ file *
+ end
+ #
+ fileset
+ tag manpages
+ title "dejagnu manpages"
+ revision 1.4.3
+
+ directory /opt/dejagnu/man=/opt/dejagnu/man
+ file_permissions -u 222 -g bin -o bin
+ file *
+ end
+ fileset
+ tag includes
+ title "dejagnu includes"
+ revision 1.4.3
+
+ directory /opt/dejagnu/include=/opt/dejagnu/include
+ file_permissions -u 222 -g bin -o bin
+ file *
+ end
+end
+
+