main/jq: needs libtool to build

This commit is contained in:
Leonardo Arena 2018-04-17 15:03:48 +00:00
parent 929b5faa3d
commit 48ad71a2a5

View File

@ -3,14 +3,14 @@
pkgname=jq pkgname=jq
pkgver=1.6_rc1 pkgver=1.6_rc1
_pkgver=${pkgver/_} _pkgver=${pkgver/_}
pkgrel=0 pkgrel=1
pkgdesc="A lightweight and flexible command-line JSON processor" pkgdesc="A lightweight and flexible command-line JSON processor"
url="http://stedolan.github.io/jq/" url="http://stedolan.github.io/jq/"
arch="all" arch="all"
license="MIT" license="MIT"
depends="" depends=""
depends_dev="" depends_dev=""
makedepends="$depends_dev oniguruma-dev automake autoconf" makedepends="$depends_dev oniguruma-dev automake autoconf libtool"
install="" install=""
subpackages="$pkgname-doc $pkgname-dev" subpackages="$pkgname-doc $pkgname-dev"
source="https://github.com/stedolan/jq/archive/${pkgname}-${_pkgver}.tar.gz" source="https://github.com/stedolan/jq/archive/${pkgname}-${_pkgver}.tar.gz"