From a0f8f2b48f92f1fb401c4611c4bc0e082bf308ce Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 10 Aug 2010 06:57:44 +0000 Subject: testing/snmptt: new aport Translates traps received from snmptrapd into easy to understand messages http://www.snmptt.org --- testing/snmptt/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/snmptt/APKBUILD (limited to 'testing/snmptt') diff --git a/testing/snmptt/APKBUILD b/testing/snmptt/APKBUILD new file mode 100644 index 0000000000..041ac9a17e --- /dev/null +++ b/testing/snmptt/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Jeff Bilyk +# Maintainer: Natanael Copa +pkgname=snmptt +pkgver=1.3 +pkgrel=0 +pkgdesc="Translates traps received from snmptrapd into easy to understand messages" +url="http://www.snmptt.org" +license="GPL" +depends=perl +makedepends= +install= +source="http://downloads.sourceforge.net/$pkgname/${pkgname}_$pkgver.tgz" + +build() { + return 0 +} + +package() { + cd "$srcdir"/snmptt_${pkgver} + mkdir -p "$pkgdir"/var/log/snmptt + install -D -m755 snmptt "$pkgdir"/usr/bin/snmptt + install -D -m755 snmptthandler "$pkgdir"/usr/bin/snmptthandler + install -D -m755 snmpttconvert "$pkgdir"/usr/bin/snmpttconvert + install -D -m755 snmpttconvertmib "$pkgdir"/usr/bin/snmpttconvertmib + install -D -m644 snmptt.ini "$pkgdir"/etc/snmptt.ini +} + +md5sums="ee8d8206d3e0d860fee126e09d8eb207 snmptt_1.3.tgz" -- cgit v1.2.3