sed: 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:31:09 +01:00
parent 541342af8e
commit 88885c4614

View File

@ -23,8 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="ftp://ftp.gnu.org/pub/gnu/sed/" PKG_SITE="ftp://ftp.gnu.org/pub/gnu/sed/"
PKG_URL="http://ftp.gnu.org/gnu/sed/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="http://ftp.gnu.org/gnu/sed/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST="" PKG_DEPENDS_HOST="ccache:host"
PKG_BUILD_DEPENDS_HOST="ccache:host"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="sysutils" PKG_SECTION="sysutils"
PKG_SHORTDESC="sed: This is the GNU implementation of the POSIX stream editor" PKG_SHORTDESC="sed: This is the GNU implementation of the POSIX stream editor"