diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 03:01:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 03:01:46 +0000 |
commit | f8fe689a81f906d1b91bb3220acde2a4ecb14c5b (patch) | |
tree | 26484e9d7e2c67806c2d1760196ff01aaa858e8c /src/VBox/Installer/solaris/vbox.pkginfo | |
parent | Initial commit. (diff) | |
download | virtualbox-upstream.tar.xz virtualbox-upstream.zip |
Adding upstream version 6.0.4-dfsg.upstream/6.0.4-dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/VBox/Installer/solaris/vbox.pkginfo')
-rw-r--r-- | src/VBox/Installer/solaris/vbox.pkginfo | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/VBox/Installer/solaris/vbox.pkginfo b/src/VBox/Installer/solaris/vbox.pkginfo new file mode 100644 index 00000000..6b7f7486 --- /dev/null +++ b/src/VBox/Installer/solaris/vbox.pkginfo @@ -0,0 +1,16 @@ +PKG="SUNWvbox" +NAME="@VBOX_PRODUCT@" +SUNW_PRODNAME="@VBOX_PRODUCT@" +ARCH="@UNAME_P@" +VERSION="@VBOX_VERSION_STRING@,REV=@VBOX_VERSION_REVSTAMP@.@VBOX_SVN_REV@" +SUNW_PRODVERS="@VBOX_VERSION_STRING@" +SUNW_PKGVERS=1.0 +CATEGORY="application" +VENDOR="@VBOX_VENDOR@" +HOTLINE="Please contact your local service provider" +BASEDIR="/" +MAXINST=1 +EMAIL="info@virtualbox.org" +CLASSES=none manifest +DESC="A powerful PC virtualization solution" + |