diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-04 11:19:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:29 +0000 |
commit | 24a8bc7a7a757d9c29001796410fbd13c656b7ee (patch) | |
tree | 4a5b32c382f2cb0ac9bf6cadb8ee48692e5e6c95 /testing | |
parent | 96699dbfc9faa45e02cd6a2d8d0166821630ce69 (diff) | |
download | aports-24a8bc7a7a757d9c29001796410fbd13c656b7ee.tar.bz2 aports-24a8bc7a7a757d9c29001796410fbd13c656b7ee.tar.xz |
testing/judy: specify license
Diffstat (limited to 'testing')
-rw-r--r-- | testing/judy/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/judy/APKBUILD b/testing/judy/APKBUILD index ea4d77a3fa..4add832be3 100644 --- a/testing/judy/APKBUILD +++ b/testing/judy/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="C library creating and accessing dynamic arrays" url="http://judy.sourceforge.net/" arch="all" -license="LGPL" +license="LGPL2+" depends="" depends_dev="" makedepends="$depends_dev" @@ -27,7 +27,8 @@ prepare() { build() { cd "$_builddir" - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |