diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-08 22:22:14 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-03-11 14:07:27 +0000 |
commit | 02f94170a19b6a538032ad0bf6ceeb078e4e6a61 (patch) | |
tree | 1509a118cc8996654ea857473849298d78c9af37 /testing/rlwrap | |
parent | c8c3494d3dcbd79e5b193e3ecf4f6236d280c0c2 (diff) | |
download | aports-02f94170a19b6a538032ad0bf6ceeb078e4e6a61.tar.bz2 aports-02f94170a19b6a538032ad0bf6ceeb078e4e6a61.tar.xz |
testing/rlwrap: license specified
Diffstat (limited to 'testing/rlwrap')
-rw-r--r-- | testing/rlwrap/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/rlwrap/APKBUILD b/testing/rlwrap/APKBUILD index f1b95be204..afe628860c 100644 --- a/testing/rlwrap/APKBUILD +++ b/testing/rlwrap/APKBUILD @@ -6,10 +6,10 @@ pkgrel=0 pkgdesc="GNU Readline wrapper" url="http://utopia.knoware.nl/~hlub/rlwrap/" arch="all" -license="GPL" +license="GPL2+" depends="" -depends_dev="readline-dev ncurses-dev" -makedepends="$depends_dev" +depends_dev="" +makedepends="readline-dev ncurses-dev" install="" subpackages="$pkgname-doc" source="http://utopia.knoware.nl/~hlub/$pkgname/$pkgname-$pkgver.tar.gz" |