~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/snmptt: moved from testing

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<1141079241-9519-1-git-send-email-jbilyk@gmail.com>
Sender timestamp
1141079241
DKIM signature
missing
Download raw message
Patch: +28 -28
---
 main/snmptt/APKBUILD    |   28 ++++++++++++++++++++++++++++
 testing/snmptt/APKBUILD |   28 ----------------------------
 2 files changed, 28 insertions(+), 28 deletions(-)
 create mode 100644 main/snmptt/APKBUILD
 delete mode 100644 testing/snmptt/APKBUILD

diff --git a/main/snmptt/APKBUILD b/main/snmptt/APKBUILD
new file mode 100644
index 0000000..041ac9a
--- /dev/null
+++ b/main/snmptt/APKBUILD
@@ -0,0 +1,28 @@
# 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"
diff --git a/testing/snmptt/APKBUILD b/testing/snmptt/APKBUILD
deleted file mode 100644
index 041ac9a..0000000
--- a/testing/snmptt/APKBUILD
@@ -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"
-- 
1.7.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<1287418069.1484.2.camel@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<1141079241-9519-1-git-send-email-jbilyk@gmail.com> (view parent)
Sender timestamp
1287418069
DKIM signature
missing
Download raw message
On Mon, 2006-02-27 at 22:27 +0000, Jeff Bilyk wrote:
> ---
>  main/snmptt/APKBUILD    |   28 ++++++++++++++++++++++++++++
>  testing/snmptt/APKBUILD |   28 ----------------------------
>  2 files changed, 28 insertions(+), 28 deletions(-)
>  create mode 100644 main/snmptt/APKBUILD
>  delete mode 100644 testing/snmptt/APKBUILD

applied. thanks!

-nc




---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)