autoconf-2.68: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-30 14:33:23 +01:00
parent a0018e9e8a
commit 6e38d9ef88

View File

@ -25,8 +25,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://sources.redhat.com/autoconf/"
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2"
PKG_SOURCE_DIR="$PKG_NAME"
PKG_DEPENDS_HOST=""
PKG_BUILD_DEPENDS_HOST="ccache:host m4:host"
PKG_DEPENDS_HOST="ccache:host m4:host"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="autoconf: A GNU tool for automatically configuring source code"