From: Scott Cantor Date: Mon, 17 Mar 2008 18:49:08 +0000 (+0000) Subject: Add package files. X-Git-Tag: 1.0.0~5 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=3e261e47581e172444e9c59b51a89f16753b1274 Add package files. --- diff --git a/dependencies/log4shib/pkginfo b/dependencies/log4shib/pkginfo new file mode 100644 index 0000000..50910b5 --- /dev/null +++ b/dependencies/log4shib/pkginfo @@ -0,0 +1,10 @@ +PKG=SHIBlog4shib +NAME=Logging Library for C++ forked from log4cpp +VERSION=1.0 +BASEDIR=/usr/local +CATEGORY=system +VENDOR=Internet2 +HOTLINE=https://bugs.internet2.edu/ +EMAIL=cantor.2@osu.edu +PSTAMP=17Mar2008 +CLASSES=none diff --git a/dependencies/log4shib/postinstall b/dependencies/log4shib/postinstall new file mode 100644 index 0000000..9859a01 --- /dev/null +++ b/dependencies/log4shib/postinstall @@ -0,0 +1,8 @@ +#!/bin/sh + +cd ${CLIENT_BASEDIR}/bin +sed "s|^ prefix=.*| prefix=${CLIENT_BASEDIR}|1" log4shib-config > log4shib-config.tmp +mv log4shib-config.tmp log4shib-config +chmod 755 log4shib-config + +exit 0