diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2006-02-27 22:27:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-18 09:53:27 +0000 |
commit | e52ddee15452f438bd9c120834d91498c6afdda0 (patch) | |
tree | 339af6062d4f25573ce096c91fc53187c05057ea /testing | |
parent | ffbde4ed3fafc203990a7258a480246298023473 (diff) | |
download | aports-e52ddee15452f438bd9c120834d91498c6afdda0.tar.bz2 aports-e52ddee15452f438bd9c120834d91498c6afdda0.tar.xz |
main/snmptt: moved from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/snmptt/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/snmptt/APKBUILD b/testing/snmptt/APKBUILD deleted file mode 100644 index 041ac9a17e..0000000000 --- a/testing/snmptt/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Jeff Bilyk <jbilyk at gmail> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -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" |