From e62993061ac0b34917a3fee6cafaa165ec5fe744 Mon Sep 17 00:00:00 2001 From: Lionel Young Date: Mon, 3 Jun 2013 16:07:35 -0500 Subject: network/hipchat: Added (private group messaging) Signed-off-by: Robby Workman --- network/hipchat/README | 4 +++ network/hipchat/doinst.sh | 4 +++ network/hipchat/hipchat.SlackBuild | 57 ++++++++++++++++++++++++++++++++++++++ network/hipchat/hipchat.info | 10 +++++++ network/hipchat/slack-desc | 19 +++++++++++++ 5 files changed, 94 insertions(+) create mode 100644 network/hipchat/README create mode 100644 network/hipchat/doinst.sh create mode 100644 network/hipchat/hipchat.SlackBuild create mode 100644 network/hipchat/hipchat.info create mode 100644 network/hipchat/slack-desc (limited to 'network/hipchat') diff --git a/network/hipchat/README b/network/hipchat/README new file mode 100644 index 0000000000..e0679e3cb2 --- /dev/null +++ b/network/hipchat/README @@ -0,0 +1,4 @@ +Hipchat is a private group messaging service. + +This repackages the 32 or 64-bit binaries and creates a missing symlink +to the hash of /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem. diff --git a/network/hipchat/doinst.sh b/network/hipchat/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/network/hipchat/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + diff --git a/network/hipchat/hipchat.SlackBuild b/network/hipchat/hipchat.SlackBuild new file mode 100644 index 0000000000..28f07fbd46 --- /dev/null +++ b/network/hipchat/hipchat.SlackBuild @@ -0,0 +1,57 @@ +#!/bin/sh +# Generated by Alien's SlackBuild Toolkit: http://slackware.com/~alien/AST +# Copyright 2009, 2010, 2011, 2012, 2013 Eric Hameleers, Eindhoven, Netherlands +# Slackware build script for hipchat +# Written by Lionel Young +# Based on http://slackbuilds.org/template.SlackBuild + +PRGNAM=hipchat +VERSION=${VERSION:-1.95.444} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) export ARCH=i686 ;; + arm*) export ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) export ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e # Exit on most errors + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT + +tar xvf $CWD/$PRGNAM-$ARCH.tar.xz -C $PKG +chown -R root:root $PKG + +# Create missing symlink for cert +mkdir -p $PKG/etc/ssl/certs +ln -s DigiCert_High_Assurance_EV_Root_CA.pem $PKG/etc/ssl/certs/81b9768f.0 + +# Fix permissions on libraries +find $PKG -name "*\.so*" -type f -exec chmod 0755 {} \; + +# Remove some cruft +rm -f $PKG/.PKGINFO + +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \ + | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/hipchat/hipchat.info b/network/hipchat/hipchat.info new file mode 100644 index 0000000000..735b5eae92 --- /dev/null +++ b/network/hipchat/hipchat.info @@ -0,0 +1,10 @@ +PRGNAM="hipchat" +VERSION="1.95.444" +HOMEPAGE="http://www.hipchat.com/linux" +DOWNLOAD="http://downloads.hipchat.com/linux/arch/hipchat-i686.tar.xz" +MD5SUM="79ba64ff1f368d9340c0fa8dfd46d4d3" +DOWNLOAD_x86_64="http://downloads.hipchat.com/linux/arch/hipchat-x86_64.tar.xz" +MD5SUM_x86_64="ffd17e5447cc52753f95f5b5e7e9e72b" +REQUIRES="" +MAINTAINER="Lionel Young" +EMAIL="redtricycle@gmail.com" diff --git a/network/hipchat/slack-desc b/network/hipchat/slack-desc new file mode 100644 index 0000000000..af941563f7 --- /dev/null +++ b/network/hipchat/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +hipchat: hipchat (private group messaging) +hipchat: +hipchat: HipChat is a private group messaging service. +hipchat: +hipchat: Home: http://www.hipchat.com/linux +hipchat: +hipchat: +hipchat: +hipchat: +hipchat: +hipchat: -- cgit v1.2.3