summaryrefslogtreecommitdiffstats
path: root/main/util-linux
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-30 08:36:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 14:39:31 +0000
commit3e30b28033a35aaf385c1db6d814dacded4fd43c (patch)
tree1b8b364192c2a65e284797b8a1422903518b16cb /main/util-linux
parent6d23c86823fd0cba54b815d63582ca426195104d (diff)
downloadaports-3e30b28033a35aaf385c1db6d814dacded4fd43c.tar.bz2
aports-3e30b28033a35aaf385c1db6d814dacded4fd43c.tar.xz
main/util-linux: specify licenses
Diffstat (limited to 'main/util-linux')
-rw-r--r--main/util-linux/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD
index 9d85c3bde..95934ee27 100644
--- a/main/util-linux/APKBUILD
+++ b/main/util-linux/APKBUILD
@@ -8,11 +8,11 @@ case $pkgver in
*.*) _v=$pkgver;;
esac
-pkgrel=2
+pkgrel=3
pkgdesc="Random collection of Linux utilities"
url="http://kernel.org/~kzak/util-linux/"
arch="all"
-license="GPL-2 GPL Public Domain"
+license="GPL2 GPL2+ LGPL2+ BSD Public Domain"
depends=
# use GNU sed til bb sed is fixed. Also GNU tar is needed
makedepends="zlib-dev sed ncurses-dev tar autoconf automake libtool"