summaryrefslogtreecommitdiffstats
path: root/testing/etherdump/APKBUILD
blob: fd469552ab1b9772dbcc9d15355d9b39d1e31e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=etherdump
pkgver=2.11
pkgrel=0
pkgdesc="An extremely small packet sniffer"
url="http://freshmeat.net/projects/etherdump/"
arch="all"
license="GPL"
depends=""
depends_dev=""
makedepends=""
install=""
subpackages=""
source="http://psydev.syw4e.info/new/$pkgname/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$_builddir"
	make || return 1
}

package() {
	cd "$_builddir"
	install -Dm755 "$pkgname" "$pkgdir"/usr/bin/$pkgname || return 1
}

md5sums="74013efee212baa8860eda10187aed78  etherdump-2.11.tar.gz"