scons: 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:24 +01:00
parent f3a409211c
commit e4474df86d

View File

@ -24,7 +24,6 @@ PKG_LICENSE="OSS"
PKG_SITE="http://www.scons.org/" PKG_SITE="http://www.scons.org/"
PKG_URL="$SOURCEFORGE_SRC/scons/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="$SOURCEFORGE_SRC/scons/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="Python:host" PKG_DEPENDS_HOST="Python:host"
PKG_BUILD_DEPENDS_HOST="Python:host"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="python/devel" PKG_SECTION="python/devel"
PKG_SHORTDESC="SCons: an Open Source software construction tool—that is, a next-generation build tool." PKG_SHORTDESC="SCons: an Open Source software construction tool—that is, a next-generation build tool."