summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-12-02 20:43:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 14:39:34 +0000
commitbba96eb65a8e82a038df8a6269d8101080bdfc6e (patch)
treef344041dc8495598936901367b5ec5379aca1c35 /testing
parent3f224b39aa99c4454a31dd5a76aa58327c1adf00 (diff)
downloadaports-bba96eb65a8e82a038df8a6269d8101080bdfc6e.tar.bz2
aports-bba96eb65a8e82a038df8a6269d8101080bdfc6e.tar.xz
testing/etherdump: specify license
Diffstat (limited to 'testing')
-rw-r--r--testing/etherdump/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/etherdump/APKBUILD b/testing/etherdump/APKBUILD
index fd469552a..d34f6dc87 100644
--- a/testing/etherdump/APKBUILD
+++ b/testing/etherdump/APKBUILD
@@ -2,19 +2,19 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=etherdump
pkgver=2.11
-pkgrel=0
+pkgrel=1
pkgdesc="An extremely small packet sniffer"
url="http://freshmeat.net/projects/etherdump/"
arch="all"
-license="GPL"
+license="GPL2+"
depends=""
depends_dev=""
makedepends=""
install=""
subpackages=""
source="http://psydev.syw4e.info/new/$pkgname/$pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$pkgname-$pkgver
+_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
make || return 1