diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-07 19:26:27 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:36:45 +0200 |
commit | c97cd3c314a1ec4f60b074e04584dee5695271f2 (patch) | |
tree | 69563176f74e6b691294bd32831dc5b2dcc86470 /testing/chmlib | |
parent | 7e59b8560a1d66bbb8381971057e7eb58874e4cd (diff) | |
download | aports-c97cd3c314a1ec4f60b074e04584dee5695271f2.tar.bz2 aports-c97cd3c314a1ec4f60b074e04584dee5695271f2.tar.xz |
testing/chmlib: specify license
Diffstat (limited to 'testing/chmlib')
-rw-r--r-- | testing/chmlib/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/chmlib/APKBUILD b/testing/chmlib/APKBUILD index f96ed771a3..3f6d181314 100644 --- a/testing/chmlib/APKBUILD +++ b/testing/chmlib/APKBUILD @@ -6,13 +6,14 @@ pkgrel=1 pkgdesc="Library for dealing with Microsoft ITSS/CHM format files" url="http://morte.jedrea.com/~jedwin/projects/chmlib/" arch="all" -license="LGPL" -depends= +license="LGPL2+" +depends="" depends_dev= makedepends="$depends_dev" install="" subpackages="$pkgname-dev" source="http://morte.jedrea.com/~jedwin/projects/${pkgname}/${pkgname}-${pkgver}.tar.bz2" + _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" |