Solaris pkg scripts
authorScott Cantor <cantor.2@osu.edu>
Mon, 13 Jun 2005 01:15:06 +0000 (01:15 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 13 Jun 2005 01:15:06 +0000 (01:15 +0000)
dependencies/mysql/checkinstall [new file with mode: 0644]
dependencies/mysql/pkginfo [new file with mode: 0644]

diff --git a/dependencies/mysql/checkinstall b/dependencies/mysql/checkinstall
new file mode 100644 (file)
index 0000000..6c618f9
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+expected_platform="sparc"
+platform=`uname -p`
+if [ ${platform} != ${expected_platform} ]; then
+       echo "This package must be installed on ${expected_platform}"
+       exit 1
+fi
+exit 0
diff --git a/dependencies/mysql/pkginfo b/dependencies/mysql/pkginfo
new file mode 100644 (file)
index 0000000..7f4244f
--- /dev/null
@@ -0,0 +1,11 @@
+ARCH=sparc
+PKG=SHIBmysql
+NAME=MySQL - MySQL database including embedded library
+VERSION=4.1.12
+CATEGORY=system
+VENDOR=http://mysql.com/ packaged for Shibboleth by Scott Cantor
+HOTLINE=http://bugzilla.internet2.edu/
+EMAIL=cantor.2@osu.edu
+PSTAMP=11Jun2005
+CLASSES=none
+BASEDIR=/opt/mysql