From 5afc8847bf2f867ab7c0a3fd0a016791b88efd4d Mon Sep 17 00:00:00 2001 From: cantor Date: Tue, 13 Nov 2007 17:17:41 +0000 Subject: [PATCH] Update Solaris packaging files. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@427 de75baf8-a10c-0410-a50a-987c0e22f00f --- Makefile.am | 2 +- checkinstall | 9 --------- depend | 6 ++++++ pkginfo.in | 16 +++++++++------- 4 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 checkinstall create mode 100644 depend diff --git a/Makefile.am b/Makefile.am index d318125..39fa737 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,6 @@ EXTRA_DIST = $(DX_CONFIG) \ xmltooling.spec \ pkginfo.in \ pkginfo \ - checkinstall + depend DISTCLEANFILES = xmltooling.spec pkginfo diff --git a/checkinstall b/checkinstall deleted file mode 100644 index 6adfb56..0000000 --- a/checkinstall +++ /dev/null @@ -1,9 +0,0 @@ -#!/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/depend b/depend new file mode 100644 index 0000000..b663e92 --- /dev/null +++ b/depend @@ -0,0 +1,6 @@ +P SHIBossl OpenSSL + 0.9.8g +P SHIBxerces xerces-c + 2.8.0 +P SHIBxmlsec xml-security-c + 1.4.0 diff --git a/pkginfo.in b/pkginfo.in index 653cc91..34a0393 100644 --- a/pkginfo.in +++ b/pkginfo.in @@ -1,10 +1,12 @@ -ARCH=sparc PKG=SHIBxmltool -NAME=XML Tooling Library for C++ +ARCH=sparc VERSION=@-VERSION-@ -CATEGORY=system -VENDOR=http://www.opensaml.org/ packaged for Shibboleth by Scott Cantor -HOTLINE=http://bugzilla.internet2.edu/ -EMAIL=cantor.2@osu.edu -PSTAMP=1May2006 +BASEDIR=/usr/local +NAME=xmltooling-c +CATEGORY=application,textproc,security +DESC=Library for DOM processing with Signature/Encryption for C++ +VENDOR=Internet2 +HOTLINE=https://bugs.internet2.edu/ CLASSES=none +PSTAMP=sunra.internet2.edu 2007-11-15 +EMAIL=cantor.2@osu.edu -- 2.1.4