summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2012-10-17 16:35:15 +0200
committerMassimiliano Torromeo2012-10-17 16:35:15 +0200
commitbc7beef1a641bd91baf06cd113deb4c228e41a5e (patch)
tree75d6e7033c6941bc5a734745cc55ba505eab1536
downloadaur-bc7beef1a641bd91baf06cd113deb4c228e41a5e.tar.gz
Implemented packages for HP Proliant administration and diagnostic tools
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD23
2 files changed, 42 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0d5fadc1d854
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = hp-snmp-agents
+ pkgdesc = Insight Management SNMP Agents for HP ProLiant Systems
+ pkgver = 9.50_2564
+ pkgrel = 1
+ url = http://downloads.linux.hp.com/SDR/downloads/mcp
+ arch = i686
+ arch = x86_64
+ groups = hpproliant
+ license = CUSTOM
+ depends = bash
+ depends = hp-health
+ depends = ethtool
+ depends = pciutils
+ depends = net-snmp
+ source = http://downloads.linux.hp.com/SDR/downloads/mcp/centos/6//current/hp-snmp-agents-9.50-2564.40.rhel6..rpm
+ sha256sums = a72a0d4335a356efb3322cbe37b1a5b94eeb4e9304aff9a266892289059a199a
+
+pkgname = hp-snmp-agents
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9d60f8cc6631
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
+
+pkgname=hp-snmp-agents
+pkgver=8.7.0.1.7_8
+pkgrel=1
+pkgdesc="Insight Management SNMP Agents for HP ProLiant Systems"
+arch=(i686 x86_64)
+url="http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack"
+depends=(bash hp-health ethtool pciutils net-snmp)
+groups=(hpproliant)
+license=("CUSTOM")
+
+[ $CARCH = "x86_64" ] && depends=(${depends[@]} lib32-gcc-libs)
+
+source=(http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/pool/non-free/${pkgname}_${pkgver//_/-}_i386.deb)
+
+package() {
+ cd "$pkgdir"
+ tar xf "$srcdir/data.tar.gz"
+}
+
+sha256sums=('198ed76cdf1874e72f586172e4921ae1ac76cb37d38feff602f6ff43e944fba4')
+