1 # Maintainer: Nathan McBride <nomb85@comcast.net>
5 pkgdesc="Splunk is the world’s leading software used to monitor, report and analyze live streaming IT data as well as terabytes of historical data – located on-premises or in the cloud. More than 2,000 organizations in 74 countries use Splunk to gain valuable insights from their IT data to improve service levels, reduce IT operations costs, mitigate security risks, and drive new levels of operational visibility."
7 url="http://www.splunk.com"
8 license=('custom:SPLUNK SOFTWARE LICENSE AGREEMENT')
18 install=splunk.install
22 if [ "$CARCH" = "i686" ]; then
23 source=('splunk-4.1.6-89596-Linux-i686.tgz::http://www.splunk.com/index.php/download_track?file=4.1.6/linux/splunk-4.1.6-89596-Linux-i686.tgz&ac=&wget=true&name=wget&typed=releases')
24 md5sums=('6a97a0f69f0d819987d20ef491947559')
25 elif [ "$CARCH" = "x86_64" ]; then
26 source=('splunk-4.1.6-89596-Linux-x86_64.tgz::http://www.splunk.com/index.php/download_track?file=4.1.6/linux/splunk-4.1.6-89596-Linux-x86_64.tgz&ac=&wget=true&name=wget&typed=releases')
27 md5sums=('4d73aa6c5cdc1b6343bc9e9dff968f67')
32 cp -a "$srcdir/splunk" "$pkgdir/opt/"