diff options
Diffstat (limited to 'solaris')
-rw-r--r-- | solaris/package/sol8-sparc/build | 18 | ||||
-rw-r--r-- | solaris/package/sol8-sparc/pkginfo | 13 | ||||
-rw-r--r-- | solaris/package/sol8-sparc/pkginfo.in | 13 | ||||
-rw-r--r-- | solaris/package/sol8-sparc/prototype | 7 | ||||
-rw-r--r-- | solaris/package/sol9-sparc/build | 18 | ||||
-rw-r--r-- | solaris/package/sol9-sparc/pkginfo | 13 | ||||
-rw-r--r-- | solaris/package/sol9-sparc/pkginfo.in | 13 | ||||
-rw-r--r-- | solaris/package/sol9-sparc/prototype | 7 |
8 files changed, 102 insertions, 0 deletions
diff --git a/solaris/package/sol8-sparc/build b/solaris/package/sol8-sparc/build new file mode 100644 index 0000000..d7c6271 --- /dev/null +++ b/solaris/package/sol8-sparc/build @@ -0,0 +1,18 @@ +#! /bin/sh + +/usr/bin/pkgmk -o + +CUR_DIR=`pwd` + +FILE=xmlstarlet +PKG=SFxmlstar +VERSION=`/usr/bin/pkgparam -d /var/spool/pkg SFxmlstar VERSION` +ARCH=`/usr/bin/pkgparam -d /var/spool/pkg SFxmlstar ARCH` +OS=sol8 +BASE=local +FULL_FILE=${FILE}-${VERSION}-${OS}-${ARCH}-${BASE} + +/usr/bin/pkgtrans -s /var/spool/pkg ${CUR_DIR}/${FULL_FILE} ${PKG} + +/usr/bin/gzip ${FULL_FILE} + diff --git a/solaris/package/sol8-sparc/pkginfo b/solaris/package/sol8-sparc/pkginfo new file mode 100644 index 0000000..26c7780 --- /dev/null +++ b/solaris/package/sol8-sparc/pkginfo @@ -0,0 +1,13 @@ +# $Id: pkginfo.in,v 1.1 2003/05/10 23:21:06 mgrouch Exp $ + +PKG=SFxmlstar +NAME="xmlstarlet Command Line XML Toolkit" +ARCH=sparc +VERSION=1.4.1 +MAXINST=1 +CATEGORY=application +DESC="XmlStarlet Command Line XML Toolkit" +CLASSES=none +VENDOR="http://xmlstar.sourceforge.net/" +BASEDIR=/usr/local + diff --git a/solaris/package/sol8-sparc/pkginfo.in b/solaris/package/sol8-sparc/pkginfo.in new file mode 100644 index 0000000..7dd957a --- /dev/null +++ b/solaris/package/sol8-sparc/pkginfo.in @@ -0,0 +1,13 @@ +# $Id: pkginfo.in,v 1.1 2003/05/10 23:21:06 mgrouch Exp $ + +PKG=SFxmlstar +NAME="xmlstarlet Command Line XML Toolkit" +ARCH=sparc +VERSION=@VERSION@ +MAXINST=1 +CATEGORY=application +DESC="XmlStarlet Command Line XML Toolkit" +CLASSES=none +VENDOR="http://xmlstar.sourceforge.net/" +BASEDIR=/usr/local + diff --git a/solaris/package/sol8-sparc/prototype b/solaris/package/sol8-sparc/prototype new file mode 100644 index 0000000..eabea5d --- /dev/null +++ b/solaris/package/sol8-sparc/prototype @@ -0,0 +1,7 @@ +i pkginfo +d none bin ? ? ? +d none man ? ? ? +d none man/man1 ? ? ? +f none bin/xml=../../../src/xml 0755 root bin +f none man/man1/xmlstarlet.1=../../../doc/xmlstarlet.1 0644 root bin + diff --git a/solaris/package/sol9-sparc/build b/solaris/package/sol9-sparc/build new file mode 100644 index 0000000..f5412c3 --- /dev/null +++ b/solaris/package/sol9-sparc/build @@ -0,0 +1,18 @@ +#! /bin/sh + +/usr/bin/pkgmk -o + +CUR_DIR=`pwd` + +FILE=xmlstarlet +PKG=SFxmlstar +VERSION=`/usr/bin/pkgparam -d /var/spool/pkg SFxmlstar VERSION` +ARCH=`/usr/bin/pkgparam -d /var/spool/pkg SFxmlstar ARCH` +OS=sol9 +BASE=local +FULL_FILE=${FILE}-${VERSION}-${OS}-${ARCH}-${BASE} + +/usr/bin/pkgtrans -s /var/spool/pkg ${CUR_DIR}/${FULL_FILE} ${PKG} + +/usr/bin/gzip ${FULL_FILE} + diff --git a/solaris/package/sol9-sparc/pkginfo b/solaris/package/sol9-sparc/pkginfo new file mode 100644 index 0000000..7007e8d --- /dev/null +++ b/solaris/package/sol9-sparc/pkginfo @@ -0,0 +1,13 @@ +# $Id: pkginfo.in,v 1.1 2004/02/05 03:02:31 mgrouch Exp $ + +PKG=SFxmlstar +NAME="xmlstarlet Command Line XML Toolkit" +ARCH=sparc +VERSION=1.4.1 +MAXINST=1 +CATEGORY=application +DESC="XmlStarlet Command Line XML Toolkit" +CLASSES=none +VENDOR="http://xmlstar.sourceforge.net/" +BASEDIR=/usr/local + diff --git a/solaris/package/sol9-sparc/pkginfo.in b/solaris/package/sol9-sparc/pkginfo.in new file mode 100644 index 0000000..bc60ed0 --- /dev/null +++ b/solaris/package/sol9-sparc/pkginfo.in @@ -0,0 +1,13 @@ +# $Id: pkginfo.in,v 1.1 2004/02/05 03:02:31 mgrouch Exp $ + +PKG=SFxmlstar +NAME="xmlstarlet Command Line XML Toolkit" +ARCH=sparc +VERSION=@VERSION@ +MAXINST=1 +CATEGORY=application +DESC="XmlStarlet Command Line XML Toolkit" +CLASSES=none +VENDOR="http://xmlstar.sourceforge.net/" +BASEDIR=/usr/local + diff --git a/solaris/package/sol9-sparc/prototype b/solaris/package/sol9-sparc/prototype new file mode 100644 index 0000000..eabea5d --- /dev/null +++ b/solaris/package/sol9-sparc/prototype @@ -0,0 +1,7 @@ +i pkginfo +d none bin ? ? ? +d none man ? ? ? +d none man/man1 ? ? ? +f none bin/xml=../../../src/xml 0755 root bin +f none man/man1/xmlstarlet.1=../../../doc/xmlstarlet.1 0644 root bin + |