updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / splunk / PKGBUILD
blob187b10d4eb874138ed03d913a3541f7f5999d139
1 # Maintainer: Nathan McBride <nomb85@comcast.net>
2 pkgname=splunk
3 pkgver=4.1.6
4 pkgrel=1
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." 
6 arch=('i686' 'x86_64')
7 url="http://www.splunk.com"
8 license=('custom:SPLUNK SOFTWARE LICENSE AGREEMENT')
9 # groups=()
10 # depends=()
11 # makedepends=()
12 # optdepends=()
13 # provides=()
14 # conflicts=()
15 # replaces=()
16 # backup=()
17 # options=()
18 install=splunk.install
19 # changelog=
20 # noextract=()
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') 
30 package() {
31            mkdir "$pkgdir/opt"
32            cp -a "$srcdir/splunk" "$pkgdir/opt/"
33           }