diff options
-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" |